Skip to content

Commit 23721f0

Browse files
committed
Bump major version to 5.0.0
TSIv3 is an ABI breaking change, requiring a bump of the major version. Signed-off-by: Sergio Lopez <[email protected]>
1 parent 1c6d2d8 commit 23721f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ KERNEL_SOURCES = $(KERNEL_VERSION)
55
KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
66
KERNEL_C_BUNDLE = kernel.c
77

8-
ABI_VERSION = 4
9-
FULL_VERSION = 4.11.0
10-
TIMESTAMP = "Tue Sep 2 03:05:15 CEST 2025"
8+
ABI_VERSION = 5
9+
FULL_VERSION = 5.0.0
10+
TIMESTAMP = "Fri Sep 12 05:31:13 CEST 2025"
1111

1212
KERNEL_FLAGS = KBUILD_BUILD_TIMESTAMP=$(TIMESTAMP)
1313
KERNEL_FLAGS += KBUILD_BUILD_USER=root

0 commit comments

Comments
 (0)