summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-31 08:44:05 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-31 08:44:05 +0100
commitaf944082df5844cf3215dc9dd4960aeedd18bd75 (patch)
treefcd12f26b8588be8b3f1b0cfe86cac6633d495fe /src
parenta86025f39ff11da2629092abd6c0e4d984debe7a (diff)
chore: general: bump semver and BCD.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
-rw-r--r--src/kernel/CompilerKit/Version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/CompilerKit/Version.h b/src/kernel/CompilerKit/Version.h
index 76aad188..9482f41e 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.0.2-bootz"
-#define KERNEL_VERSION "v0.0.2-krnl"
+#define BOOTLOADER_VERSION "v0.1.1-bootz"
+#define KERNEL_VERSION "v0.1.1-krnl"
-#define BOOTLOADER_VERSION_BCD (0x0002)
-#define KERNEL_VERSION_BCD (0x0002)
+#define BOOTLOADER_VERSION_BCD (0x0101)
+#define KERNEL_VERSION_BCD (0x0101)
#endif