diff options
author | Mario <mario@mariovavti.com> | 2018-01-07 19:48:58 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-01-07 19:48:58 +0100 |
commit | 81ae0fa252de5c27aa9fbb8f72b5e7d5460bd6fa (patch) | |
tree | 6baa642403e7a44c4057954b82f83c2cd37ff9ca /boot.php | |
parent | fefc78a849ade52927f6ae88a3c1f03501d66930 (diff) | |
download | volse-hubzilla-81ae0fa252de5c27aa9fbb8f72b5e7d5460bd6fa.tar.gz volse-hubzilla-81ae0fa252de5c27aa9fbb8f72b5e7d5460bd6fa.tar.bz2 volse-hubzilla-81ae0fa252de5c27aa9fbb8f72b5e7d5460bd6fa.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.0RC1' ); +define ( 'STD_VERSION', '3.0RC2' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |