diff options
author | Mario <mario@mariovavti.com> | 2023-07-04 18:00:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-04 18:00:33 +0000 |
commit | d85088fc3d748fc1000f5d722bf1ab65c85d463f (patch) | |
tree | 5e6513f837f4b16664485a49d659c2ca8c99bf06 /boot.php | |
parent | 7e21aeedcd7dd34faccc67d1e063860d52bc1c17 (diff) | |
download | volse-hubzilla-d85088fc3d748fc1000f5d722bf1ab65c85d463f.tar.gz volse-hubzilla-d85088fc3d748fc1000f5d722bf1ab65c85d463f.tar.bz2 volse-hubzilla-d85088fc3d748fc1000f5d722bf1ab65c85d463f.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.5.5'); +define('STD_VERSION', '8.6RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); |