diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-01-02 20:39:15 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-01-02 20:39:15 +0100 |
commit | d8c94c2003bfb53626171c86ffbbd860680e86ec (patch) | |
tree | 8b49d508f4f7645e2c1977679c3b1a571a5ba481 /boot.php | |
parent | 0e71bfe2224b8fc54a58aff80894e1f22294bd6e (diff) | |
parent | 0ae402e6247907fa7b2afbdaeca59410da56693a (diff) | |
download | volse-hubzilla-d8c94c2003bfb53626171c86ffbbd860680e86ec.tar.gz volse-hubzilla-d8c94c2003bfb53626171c86ffbbd860680e86ec.tar.bz2 volse-hubzilla-d8c94c2003bfb53626171c86ffbbd860680e86ec.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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.15'); +define('STD_VERSION', '7.9.16'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); |