diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 08:39:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 08:39:59 +0000 |
commit | d3a5ff9d6810fe3b7bf9ac8f171d25003fc51049 (patch) | |
tree | 8f54f2ffb04b87b00b3cb1f57ea0523d7ace49f2 /boot.php | |
parent | 7185780d4e27ce1842a035c83604b4226d725392 (diff) | |
download | volse-hubzilla-d3a5ff9d6810fe3b7bf9ac8f171d25003fc51049.tar.gz volse-hubzilla-d3a5ff9d6810fe3b7bf9ac8f171d25003fc51049.tar.bz2 volse-hubzilla-d3a5ff9d6810fe3b7bf9ac8f171d25003fc51049.zip |
version and strings
Diffstat (limited to 'boot.php')
-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.5'); +define('STD_VERSION', '8.4RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); |