diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-05 15:35:53 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-05 15:35:53 -0700 |
commit | 7fb849ab875d64bc45ed86b6983bd3bd4abda80a (patch) | |
tree | 81d27ea002828a42c53541f741bad44684a2c601 /boot.php | |
parent | f3816836e5943868cb395746cbf3310e5e4bcb7f (diff) | |
parent | 8dd9ab05a97f92f9eca5d527e48272f3a44010a8 (diff) | |
download | volse-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-x | boot.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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__ ); |