diff options
author | Mario <mario@mariovavti.com> | 2023-11-10 08:15:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-11-10 08:15:57 +0000 |
commit | d963e4a2c45433690e9542773338729397eb13b6 (patch) | |
tree | 861192101ba875701617873ab049a0d6d3ebb2fb /boot.php | |
parent | 1063a67ae26be8fcd251eb8498a70f2163ebb094 (diff) | |
download | volse-hubzilla-d963e4a2c45433690e9542773338729397eb13b6.tar.gz volse-hubzilla-d963e4a2c45433690e9542773338729397eb13b6.tar.bz2 volse-hubzilla-d963e4a2c45433690e9542773338729397eb13b6.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.7.5'); +define('STD_VERSION', '8.8RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1259); |