From a44a4781d5d0d64c5165b63b8f9531a2c3afea52 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Dec 2025 20:02:31 +0100 Subject: chore: update config semver and c++ detection. Signed-off-by: Amlal El Mahrouss --- src/kernel/KernelKit/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/KernelKit') 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 -#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; -- cgit v1.2.3