diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-02 20:25:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-02 20:25:17 +0100 |
commit | 7c5f1e814bd60b326ede8d2511089d1da66b4854 (patch) | |
tree | 07172b5871945e897a5693241c881245d63325ce /boot.php | |
parent | 5c46e66694ecab4e986cada35527ae4bf599b630 (diff) | |
parent | dcfe9bc64f822af02021767bf8c70fbe9d847bda (diff) | |
download | volse-hubzilla-7c5f1e814bd60b326ede8d2511089d1da66b4854.tar.gz volse-hubzilla-7c5f1e814bd60b326ede8d2511089d1da66b4854.tar.bz2 volse-hubzilla-7c5f1e814bd60b326ede8d2511089d1da66b4854.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.3.2' ); -define ( 'ZOT_REVISION', '1.3' ); +define ( 'ZOT_REVISION', '6.0a' ); + define ( 'DB_UPDATE_VERSION', 1207 ); |