summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-01 08:39:18 +0200
committerGitHub <noreply@github.com>2025-04-01 08:39:18 +0200
commitf88f6074479c627529559f690bf836960d5a6378 (patch)
treea1acef0bd6286f03197c0e1839e8d41ac5e5538f /dev/kernel/NewKit
parent6849e75f2e95e88b43e2f8804abf1b862e3981cb (diff)
parent2a7a9825fd275d6d999b94614fe87c1d705c7f8f (diff)
Merge pull request #4 from amlel-el-mahrouss/dev
pr/general: mostly minor patches.
Diffstat (limited to 'dev/kernel/NewKit')
-rw-r--r--dev/kernel/NewKit/Defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/NewKit/Defines.h b/dev/kernel/NewKit/Defines.h
index 85654a52..72e3c552 100644
--- a/dev/kernel/NewKit/Defines.h
+++ b/dev/kernel/NewKit/Defines.h
@@ -8,8 +8,8 @@
#include <NewKit/Macros.h>
-#define NEWKIT_VERSION_STR "1.1.0"
-#define NEWKIT_VERSION_BCD 0x01100
+#define NEWKIT_VERSION_STR "0.0.1"
+#define NEWKIT_VERSION_BCD 0x0001
#ifndef __cplusplus
#error Kernel compiles with a C++ compiler.