diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-03 22:18:21 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-03 22:18:21 +0100 |
| commit | 6047573b5198299cf26b5e05504d7a5aa9c5d93f (patch) | |
| tree | 9759bd9cfa4e153f94414d843ae1193b76165f02 /dev/Kernel/CompilerKit | |
| parent | bf2fc74c6552f9359955210c8f60e45308ae1d31 (diff) | |
ADD: Move to 2025 edition of ZkaOS.
IMPL: New Formatting of kernel debug output.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/CompilerKit')
| -rw-r--r-- | dev/Kernel/CompilerKit/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/CompilerKit/Version.h b/dev/Kernel/CompilerKit/Version.h index 25ee0007..c3d0efda 100644 --- a/dev/Kernel/CompilerKit/Version.h +++ b/dev/Kernel/CompilerKit/Version.h @@ -3,5 +3,5 @@ #pragma once /// <COMMIT NUMBER>.<YEAR>.<PROGRAM VERSION> -#define BOOTLOADER_VERSION "1104.2024.110" -#define KERNEL_VERSION "1104.2024.110" +#define BOOTLOADER_VERSION "1104.2025.110" +#define KERNEL_VERSION "1104.2025.110" |
