diff --git a/src/Doc/Start.DD b/src/Doc/Start.DD index 701db648..0bbaaddd 100755 --- a/src/Doc/Start.DD +++ b/src/Doc/Start.DD @@ -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"$ diff --git a/src/Kernel/KGlobals.ZC b/src/Kernel/KGlobals.ZC index c2c1a950..17c3558d 100755 --- a/src/Kernel/KGlobals.ZC +++ b/src/Kernel/KGlobals.ZC @@ -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;