aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-05 15:35:53 -0700
committerzotlabs <mike@macgirvin.com>2017-07-05 15:35:53 -0700
commit7fb849ab875d64bc45ed86b6983bd3bd4abda80a (patch)
tree81d27ea002828a42c53541f741bad44684a2c601 /boot.php
parentf3816836e5943868cb395746cbf3310e5e4bcb7f (diff)
parent8dd9ab05a97f92f9eca5d527e48272f3a44010a8 (diff)
downloadvolse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.gz
volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.bz2
volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/boot.php b/boot.php
index 9e1f00d32..171382e0c 100755
--- a/boot.php
+++ b/boot.php
@@ -48,12 +48,11 @@ require_once('include/xchan.php');
require_once('include/hubloc.php');
require_once('include/attach.php');
-
-define ( 'PLATFORM_NAME', 'red' );
-define ( 'STD_VERSION', '5.3' );
+define ( 'PLATFORM_NAME', 'hubzilla' );
+define ( 'STD_VERSION', '2.5.8' );
define ( 'ZOT_REVISION', '1.2' );
-define ( 'DB_UPDATE_VERSION', 1191 );
+define ( 'DB_UPDATE_VERSION', 1192 );
define ( 'PROJECT_BASE', __DIR__ );