summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/CompilerKit/Version.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-07 09:51:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-07 09:51:21 +0100
commitbd1598a2b97277e527240f721df14911602cbf11 (patch)
tree49d894db69461698d13aa7c1ce79bd6ef9d444e1 /src/kernel/CompilerKit/Version.h
parent3ce1536af0519e5a7b0b34df4f85cd0cace51f8b (diff)
chore: kernel: Internal API fixes and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/CompilerKit/Version.h')
-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 9482f41e..43adeae2 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.1-bootz"
-#define KERNEL_VERSION "v0.1.1-krnl"
+#define BOOTLOADER_VERSION "v0.1.2-bootz"
+#define KERNEL_VERSION "v0.1.2-krnl"
-#define BOOTLOADER_VERSION_BCD (0x0101)
-#define KERNEL_VERSION_BCD (0x0101)
+#define BOOTLOADER_VERSION_BCD (0x0102)
+#define KERNEL_VERSION_BCD (0x0102)
#endif