diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-13 19:59:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-13 19:59:30 -0700 |
commit | 88bb61018da11207293a2bcbfaef7ce99623e0ba (patch) | |
tree | eade9be732fb272327cadc88f13da28e02fd98d9 /boot.php | |
parent | c940d8d7ca25691519d400ad19aa22b5611fc2e7 (diff) | |
parent | 403e90861cccecc3179e380b084238e1294fe61e (diff) | |
download | volse-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-x | boot.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 ); |