diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-14 10:24:16 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-14 10:24:16 +0100 |
commit | 412f177c56a54cc9d3c9b40236141b0bc35d3361 (patch) | |
tree | 0c87d5911831a9a6e5d77dd2c4aeb1dee287ae6a /boot.php | |
parent | fbc2bb02b4cd579c73109cfe74f441873d0fe82e (diff) | |
download | volse-hubzilla-412f177c56a54cc9d3c9b40236141b0bc35d3361.tar.gz volse-hubzilla-412f177c56a54cc9d3c9b40236141b0bc35d3361.tar.bz2 volse-hubzilla-412f177c56a54cc9d3c9b40236141b0bc35d3361.zip |
bump version
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', '3.0RC' ); +define ( 'STD_VERSION', '3.1' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |