Skip to content

Commit 2e089d0

Browse files
committed
Bump version to 4.5.1
This version bumps the maximum number of CPUs to 16, and enables IPV6. Signed-off-by: Sergio Lopez <[email protected]>
1 parent ca00a4d commit 2e089d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

88
ABI_VERSION = 4
9-
FULL_VERSION = 4.5.0
10-
TIMESTAMP = "Mon Nov 4 12:34:02 CET 2024"
9+
FULL_VERSION = 4.5.1
10+
TIMESTAMP = "Thu Nov 7 05:07:35 PM CET 2024"
1111

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

0 commit comments

Comments
 (0)