From 5a4351d10cf3c185083ce089fe2593e3c7fc04ba Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Sun, 28 Aug 2022 00:50:43 -0400 Subject: [PATCH] Raise OS version to 2.0 --- src/Doc/Start.DD | 2 +- src/Kernel/KGlobals.ZC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;