Skip to content

Commit

Permalink
chore: inc os version patch num
Browse files Browse the repository at this point in the history
  • Loading branch information
GutPuncher committed Mar 7, 2024
1 parent 6c976d8 commit 7edf953
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 = 113;
U64 sys_os_version_sub = 114;
U8 *sys_os_version_str;
U8 *sys_os_version_full;
U8 *sys_os_version_nice;
Expand Down

0 comments on commit 7edf953

Please sign in to comment.