diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-13 13:25:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-13 13:25:27 +0100 |
commit | fbc2bb02b4cd579c73109cfe74f441873d0fe82e (patch) | |
tree | e14e3ec215d6589332855a5ef08209b41795c2ab /boot.php | |
parent | 861bd15c72fcc7e1a82a4579005019fc051c2a21 (diff) | |
download | volse-hubzilla-fbc2bb02b4cd579c73109cfe74f441873d0fe82e.tar.gz volse-hubzilla-fbc2bb02b4cd579c73109cfe74f441873d0fe82e.tar.bz2 volse-hubzilla-fbc2bb02b4cd579c73109cfe74f441873d0fe82e.zip |
strings and version bump
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.9.4' ); +define ( 'STD_VERSION', '3.0RC' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |