From 534bba0015d1e60c2092b532fb8febe016a1b4e3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 14 Jan 2026 10:02:35 +0100 Subject: chore: Version.h: version bump. Signed-off-by: Amlal El Mahrouss --- src/kernel/CompilerKit/Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/CompilerKit') diff --git a/src/kernel/CompilerKit/Version.h b/src/kernel/CompilerKit/Version.h index 43adeae2..808968d5 100644 --- a/src/kernel/CompilerKit/Version.h +++ b/src/kernel/CompilerKit/Version.h @@ -5,10 +5,10 @@ #ifndef COMPILERKIT_VERSION_H #define COMPILERKIT_VERSION_H -#define BOOTLOADER_VERSION "v0.1.2-bootz" -#define KERNEL_VERSION "v0.1.2-krnl" +#define BOOTLOADER_VERSION "v0.1.21-bootz" +#define KERNEL_VERSION "v0.1.21-krnl" -#define BOOTLOADER_VERSION_BCD (0x0102) -#define KERNEL_VERSION_BCD (0x0102) +#define BOOTLOADER_VERSION_BCD (0x01021) +#define KERNEL_VERSION_BCD (0x01021) #endif -- cgit v1.2.3