Increment sys_os_version_sub
Some checks failed
Build ZealOS ISOs / Build (push) Has been cancelled

Meant to include this in https://github.com/Zeal-Operating-System/ZealOS/pull/166
This commit is contained in:
Gunch 2024-12-31 17:14:04 -05:00 committed by GitHub
parent e34e75626f
commit be2fbdc67c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = 119;
U64 sys_os_version_sub = 120;
U8 *sys_os_version_str;
U8 *sys_os_version_full;
U8 *sys_os_version_nice;