aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php2
-rw-r--r--version.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 2b1f3cb4e..3a012300e 100755
--- a/boot.php
+++ b/boot.php
@@ -48,7 +48,7 @@ require_once('include/AccessList.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
-define ( 'STD_VERSION', '0.11.1' );
+define ( 'STD_VERSION', '1.0' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1160 );
diff --git a/version.inc b/version.inc
index 71564ad0d..8282941e1 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-12-02.1234
+2015-12-03.1235