diff options
author | Mario <mario@mariovavti.com> | 2023-01-13 19:56:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-13 19:56:11 +0000 |
commit | fb7ca18820e7618325dded78a3c3a464dd01b391 (patch) | |
tree | 43b3e5bb7c71522d04560015478765a7b763a5fe /boot.php | |
parent | 1b00d5657f51ae7f1f90b22100292b93d220a9e7 (diff) | |
download | volse-hubzilla-fb7ca18820e7618325dded78a3c3a464dd01b391.tar.gz volse-hubzilla-fb7ca18820e7618325dded78a3c3a464dd01b391.tar.bz2 volse-hubzilla-fb7ca18820e7618325dded78a3c3a464dd01b391.zip |
version 8.0
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.0RC2'); +define('STD_VERSION', '8.0'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); |