diff options
author | Mario <mario@mariovavti.com> | 2023-03-12 09:38:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-12 09:38:31 +0000 |
commit | dfc70021e39a3816d76640bb28639fc0f3205999 (patch) | |
tree | f06bbcfbc571f80c7a9ad74e7d3287b150bb2781 | |
parent | 9daecca0ad4b748f87561c0f8d892ff9b74c5a0e (diff) | |
download | volse-hubzilla-dfc70021e39a3816d76640bb28639fc0f3205999.tar.gz volse-hubzilla-dfc70021e39a3816d76640bb28639fc0f3205999.tar.bz2 volse-hubzilla-dfc70021e39a3816d76640bb28639fc0f3205999.zip |
fix version after merge
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3'); +define('STD_VERSION', '8.2RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); |