diff options
author | Mario <mario@mariovavti.com> | 2020-10-05 12:03:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-05 12:03:14 +0000 |
commit | 7ec655073484f3368ea9f2009c15799abc262238 (patch) | |
tree | ea2d18e61fb40c14414cfbbe9ce9bb4b4e41a49f /boot.php | |
parent | e622802c249bbd084a41ef24fe87e99e9f7d9257 (diff) | |
download | volse-hubzilla-7ec655073484f3368ea9f2009c15799abc262238.tar.gz volse-hubzilla-7ec655073484f3368ea9f2009c15799abc262238.tar.bz2 volse-hubzilla-7ec655073484f3368ea9f2009c15799abc262238.zip |
version 5.0RC3
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.0RC2' ); +define ( 'STD_VERSION', '5.0RC3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |