diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-25 03:07:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-25 03:07:52 +0100 |
| commit | 0e05e9fd34bd036e9043f20939c53edf967465ce (patch) | |
| tree | 36e3e6b84534a82c53605a19134e9ab772c11c65 /src/kernel/CompilerKit/Version.h | |
| parent | 480ccd897d21823af6128f0e3d8d8cdbf653dd0f (diff) | |
feat: CF: Add alias for CFDictionary (CFDict).v0.1.3
fix: kernel: CodeMgr improvements and fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/CompilerKit/Version.h')
| -rw-r--r-- | src/kernel/CompilerKit/Version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/CompilerKit/Version.h b/src/kernel/CompilerKit/Version.h index 808968d5..53c2e4a1 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.21-bootz" -#define KERNEL_VERSION "v0.1.21-krnl" +#define BOOTLOADER_VERSION "v0.1.3-bootz" +#define KERNEL_VERSION "v0.1.3-krnl" -#define BOOTLOADER_VERSION_BCD (0x01021) -#define KERNEL_VERSION_BCD (0x01021) +#define BOOTLOADER_VERSION_BCD (0x0103) +#define KERNEL_VERSION_BCD (0x0103) #endif |
