Raise OS version to 2.0

This commit is contained in:
TomAwezome 2022-08-28 00:50:43 -04:00
parent 2ba649e5a4
commit 5a4351d10c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
$WW+H,1$$FG,5$$TX+CX,"ZealOS V1.13",D="DD_OS_NAME_VERSION"$$FG$
$WW+H,1$$FG,5$$TX+CX,"ZealOS V2.00",D="DD_OS_NAME_VERSION"$$FG$
$TX+CX,"Public Domain Operating System"$

View file

@ -13,7 +13,7 @@ CTask *sys_winmgr_task,
U8 *rev_bits_table; //Table with U8 bits reversed
CDate local_time_offset;
F64 *pow10_I64,
sys_os_version = 1.13;
sys_os_version = 2.00;
CAutoCompleteDictGlobals acd;
CAutoCompleteGlobals ac;