diff options
author | Mario <mario@mariovavti.com> | 2021-05-08 08:44:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-08 08:44:13 +0000 |
commit | 7618d8301a46da2098411b243cd7334db16bb33e (patch) | |
tree | f60ac73c8559602041732897444d8259415f9acb /boot.php | |
parent | 09cfc979e4bbdd272f7852b75d02366780358c6e (diff) | |
download | volse-hubzilla-7618d8301a46da2098411b243cd7334db16bb33e.tar.gz volse-hubzilla-7618d8301a46da2098411b243cd7334db16bb33e.tar.bz2 volse-hubzilla-7618d8301a46da2098411b243cd7334db16bb33e.zip |
5.6RC3
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.6RC2' ); +define ( 'STD_VERSION', '5.6RC3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); |