chore: inc os version patch num

This commit is contained in:
GutPuncher 2024-03-07 00:22:13 -05:00
parent 6c976d8b56
commit 7edf953c24
No known key found for this signature in database
GPG key ID: 38CE0A7B6841D1C7

View file

@ -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;