From be2fbdc67cbb73b34d97df28d315a1f8ded4d08e Mon Sep 17 00:00:00 2001 From: Gunch <127725014+GutPuncher@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:14:04 -0500 Subject: [PATCH] Increment sys_os_version_sub Meant to include this in https://github.com/Zeal-Operating-System/ZealOS/pull/166 --- src/Kernel/KGlobals.ZC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kernel/KGlobals.ZC b/src/Kernel/KGlobals.ZC index 028a5196..8499b3c2 100755 --- a/src/Kernel/KGlobals.ZC +++ b/src/Kernel/KGlobals.ZC @@ -14,7 +14,7 @@ U8 *rev_bits_table; //Table with U8 bits reversed CDate local_time_offset; F64 *pow10_I64, sys_os_version = 2.03; -U64 sys_os_version_sub = 119; +U64 sys_os_version_sub = 120; U8 *sys_os_version_str; U8 *sys_os_version_full; U8 *sys_os_version_nice;