diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:17:07 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:17:07 +0100 |
commit | 726576363cd7a2efd6498cf361dbf4740679a8ec (patch) | |
tree | 73d51cbf9c766e77ebb127c52fbcac7151fba1da /boot.php | |
parent | d2ffe29343657ea0b3fb779c22ad156b06ca2974 (diff) | |
download | volse-hubzilla-726576363cd7a2efd6498cf361dbf4740679a8ec.tar.gz volse-hubzilla-726576363cd7a2efd6498cf361dbf4740679a8ec.tar.bz2 volse-hubzilla-726576363cd7a2efd6498cf361dbf4740679a8ec.zip |
RC3
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,9 +50,8 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.2RC2' ); +define ( 'STD_VERSION', '3.2RC3' ); define ( 'ZOT_REVISION', '1.3' ); - define ( 'DB_UPDATE_VERSION', 1207 ); define ( 'PROJECT_BASE', __DIR__ ); |