diff options
author | Mario <mario@mariovavti.com> | 2022-07-16 14:52:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-16 14:52:10 +0000 |
commit | 4282672201d82a971f233f4b61cf54554faff300 (patch) | |
tree | d062aa63dede194aa9963953fb5ae85564c264dc /boot.php | |
parent | ae705dd86514ad797a312b4463186e6f29f55f79 (diff) | |
download | volse-hubzilla-4282672201d82a971f233f4b61cf54554faff300.tar.gz volse-hubzilla-4282672201d82a971f233f4b61cf54554faff300.tar.bz2 volse-hubzilla-4282672201d82a971f233f4b61cf54554faff300.zip |
bump version
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.5.1'); +define('STD_VERSION', '7.5.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |