diff options
author | Mario <mario@mariovavti.com> | 2020-10-12 06:50:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-12 06:50:29 +0000 |
commit | 612ef9052334b6bb0ac96fb5d7868b8c26c281f0 (patch) | |
tree | 913c5557426403a4f26d1ec584d912088086da18 /boot.php | |
parent | e64856e9579eff653415f7ba3cc0e165fbbab47f (diff) | |
download | volse-hubzilla-612ef9052334b6bb0ac96fb5d7868b8c26c281f0.tar.gz volse-hubzilla-612ef9052334b6bb0ac96fb5d7868b8c26c281f0.tar.bz2 volse-hubzilla-612ef9052334b6bb0ac96fb5d7868b8c26c281f0.zip |
version 5.0RC4
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/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.0RC3' ); +define ( 'STD_VERSION', '5.0RC4' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |