From a33638281e5b904143f9829bcd620e45357af22a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 5 Sep 2018 16:55:47 -0700 Subject: [PATCH] version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 8c4bedb14..0e14a526a 100755 --- a/boot.php +++ b/boot.php @@ -35,7 +35,7 @@ require_once('include/items.php'); define ( 'PLATFORM_NAME', 'osada' ); define ( 'PLATFORM_ARCHITECTURE', 'osada' ); -define ( 'STD_VERSION', '0.0.1' ); +define ( 'STD_VERSION', '1.0RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1219 );