aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-13 19:59:30 -0700
committerzotlabs <mike@macgirvin.com>2017-07-13 19:59:30 -0700
commit88bb61018da11207293a2bcbfaef7ce99623e0ba (patch)
treeeade9be732fb272327cadc88f13da28e02fd98d9 /boot.php
parentc940d8d7ca25691519d400ad19aa22b5611fc2e7 (diff)
parent403e90861cccecc3179e380b084238e1294fe61e (diff)
downloadvolse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.tar.gz
volse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.tar.bz2
volse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 0ba1db8fc..171382e0c 100755
--- a/boot.php
+++ b/boot.php
@@ -48,9 +48,8 @@ require_once('include/xchan.php');
require_once('include/hubloc.php');
require_once('include/attach.php');
-define ( 'PLATFORM_NAME', 'red' );
-define ( 'STD_VERSION', '5.3.1' );
-
+define ( 'PLATFORM_NAME', 'hubzilla' );
+define ( 'STD_VERSION', '2.5.8' );
define ( 'ZOT_REVISION', '1.2' );
define ( 'DB_UPDATE_VERSION', 1192 );