From 6047573b5198299cf26b5e05504d7a5aa9c5d93f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 3 Jan 2025 22:18:21 +0100 Subject: ADD: Move to 2025 edition of ZkaOS. IMPL: New Formatting of kernel debug output. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/CompilerKit/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Kernel/CompilerKit/Version.h') 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 /// .. -#define BOOTLOADER_VERSION "1104.2024.110" -#define KERNEL_VERSION "1104.2024.110" +#define BOOTLOADER_VERSION "1104.2025.110" +#define KERNEL_VERSION "1104.2025.110" -- cgit v1.2.3