diff options
author | Mario <mario@mariovavti.com> | 2018-01-09 08:59:50 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-01-09 08:59:50 +0100 |
commit | 8fde0f01b8472082158b38386046ed606bcfbc49 (patch) | |
tree | 469092994b8ecedf6b2fffee1c62fd490d414e0a /boot.php | |
parent | 757489beb70c9d7a5a871b387f83cdc4bd667b9d (diff) | |
download | volse-hubzilla-8fde0f01b8472082158b38386046ed606bcfbc49.tar.gz volse-hubzilla-8fde0f01b8472082158b38386046ed606bcfbc49.tar.bz2 volse-hubzilla-8fde0f01b8472082158b38386046ed606bcfbc49.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.0RC2' ); +define ( 'STD_VERSION', '3.0' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |