diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-05 10:55:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-05 10:55:10 +0200 |
commit | fd6ec17d4b603763a6d51af662644315ba93cb80 (patch) | |
tree | 508d7d0622c73fbc198045d9dfd3a89449db6ec4 /boot.php | |
parent | 8de364c83e788369c3860c80a777b8df9c6cc9bd (diff) | |
download | volse-hubzilla-fd6ec17d4b603763a6d51af662644315ba93cb80.tar.gz volse-hubzilla-fd6ec17d4b603763a6d51af662644315ba93cb80.tar.bz2 volse-hubzilla-fd6ec17d4b603763a6d51af662644315ba93cb80.zip |
version rc1
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.0RC' ); +define ( 'STD_VERSION', '6.0RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); |