diff options
author | Mario <mario@mariovavti.com> | 2020-09-30 10:30:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-09-30 10:30:17 +0000 |
commit | 21b71401d3855ecf4ee34888176bb446a1f66b93 (patch) | |
tree | 886b992ab17030c3839df2979d8c86dc6624c231 /boot.php | |
parent | 80bdcbb3e6f0aa8834da77ca2dff0c708573436d (diff) | |
download | volse-hubzilla-21b71401d3855ecf4ee34888176bb446a1f66b93.tar.gz volse-hubzilla-21b71401d3855ecf4ee34888176bb446a1f66b93.tar.bz2 volse-hubzilla-21b71401d3855ecf4ee34888176bb446a1f66b93.zip |
version 5.0RC2
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.0RC1' ); +define ( 'STD_VERSION', '5.0RC2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |