diff options
author | Mario <mario@mariovavti.com> | 2022-12-18 10:24:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-18 10:24:44 +0000 |
commit | d977b5d66270c91de47bc8f67bd567833091d88f (patch) | |
tree | bb7eb774a5ae301410947709ef8df62d25fa1c25 /boot.php | |
parent | e36677b757f71ad105adebc73fb26dd449e7e620 (diff) | |
download | volse-hubzilla-d977b5d66270c91de47bc8f67bd567833091d88f.tar.gz volse-hubzilla-d977b5d66270c91de47bc8f67bd567833091d88f.tar.bz2 volse-hubzilla-d977b5d66270c91de47bc8f67bd567833091d88f.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.9.13'); +define('STD_VERSION', '7.9.14'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1254); |