aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-06 13:53:49 -0800
committerredmatrix <git@macgirvin.com>2016-01-06 13:53:49 -0800
commit761afd029d97703f2f7609d546b7b5f3d257c601 (patch)
treed66f296749a44506c27f852e3efb261f88adb187
parent93565ea768a726a02052bd1279dcf09738057460 (diff)
downloadvolse-hubzilla-1.1.tar.gz
volse-hubzilla-1.1.tar.bz2
volse-hubzilla-1.1.zip
version roll1.1
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index a3e35f63c..4c2cff09b 100755
--- a/boot.php
+++ b/boot.php
@@ -47,8 +47,8 @@ require_once('include/AccessList.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
-define ( 'STD_VERSION', '1.0.1' );
+define ( 'RED_VERSION', trim(file_get_contents('version.inc')));
+define ( 'STD_VERSION', '1.1' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1161 );