diff options
author | Mario <mario@mariovavti.com> | 2021-04-29 08:30:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-29 08:30:31 +0000 |
commit | 2f6da0be7e775f33195ba3d888ec7ee972c900cf (patch) | |
tree | 837fce16ae99cb22cd4215c702fd90a6905f1108 /boot.php | |
parent | cf87a5af3b90723748e9976d5340fb2174c1a198 (diff) | |
download | volse-hubzilla-2f6da0be7e775f33195ba3d888ec7ee972c900cf.tar.gz volse-hubzilla-2f6da0be7e775f33195ba3d888ec7ee972c900cf.tar.bz2 volse-hubzilla-2f6da0be7e775f33195ba3d888ec7ee972c900cf.zip |
version and strings
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.5.5' ); +define ( 'STD_VERSION', '5.6RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1244 ); |