diff options
author | Mario <mario@mariovavti.com> | 2022-10-10 18:03:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-10 18:03:48 +0000 |
commit | 99a5cf1ad4660a31af6c03e5a1abc3d374f82c78 (patch) | |
tree | d23c62753abbb42e7bb742f2d44d09321b6f2eee /boot.php | |
parent | bc3113ae1699fe8c3013d69e36920cebf0d70031 (diff) | |
download | volse-hubzilla-99a5cf1ad4660a31af6c03e5a1abc3d374f82c78.tar.gz volse-hubzilla-99a5cf1ad4660a31af6c03e5a1abc3d374f82c78.tar.bz2 volse-hubzilla-99a5cf1ad4660a31af6c03e5a1abc3d374f82c78.zip |
version 7.8
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', '7.8RC'); +define('STD_VERSION', '7.8'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |