Skip to content

Commit

Permalink
Increment sys_os_version_sub
Browse files Browse the repository at this point in the history
Meant to include this in #166
  • Loading branch information
GutPuncher authored Dec 31, 2024
1 parent e34e756 commit be2fbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/KGlobals.ZC
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be2fbdc

Please sign in to comment.