diff options
author | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
commit | 9e42be988408e0b4c7cff57c3923c73f6756e861 (patch) | |
tree | db100bae5e09cc7a1d76c35c065b5a783806cc6d /boot.php | |
parent | 75e75b93cff5b2fb5d6243a908ee003b3faf010a (diff) | |
download | volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.gz volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.bz2 volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.zip |
theme fixes
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.1'); +define('STD_VERSION', '8.7.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); |