summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 20:02:31 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 20:02:31 +0100
commita44a4781d5d0d64c5165b63b8f9531a2c3afea52 (patch)
tree01f35da05bbbc1ecc8dfd3b3d45b43de1fe74e18 /src/kernel/KernelKit/Config.h
parent7081f2d5008658968a3d06bbcf4f8ffcab27ce3f (diff)
chore: update config semver and c++ detection.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/Config.h')
-rw-r--r--src/kernel/KernelKit/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/Config.h b/src/kernel/KernelKit/Config.h
index 2cde32b6..6db4bdf7 100644
--- a/src/kernel/KernelKit/Config.h
+++ b/src/kernel/KernelKit/Config.h
@@ -8,8 +8,8 @@
#include <NeKit/Config.h>
-#define KERNELKIT_VERSION "0.0.1-kernelkit"
-#define KERNELKIT_VERSION_BCD 0x0001
+#define KERNELKIT_VERSION "0.0.2"
+#define KERNELKIT_VERSION_BCD 0x0002
namespace Kernel {
class UserProcessScheduler;