diff options
author | Mario <mario@mariovavti.com> | 2022-11-03 13:09:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-11-03 13:09:11 +0000 |
commit | e80191d4cdadd38978579edf17bf8188d7729c4e (patch) | |
tree | d7cdbb7a77e22c4bf9ce9d2a1802671acb6687da /boot.php | |
parent | c2a796b6ea4a8af23494e72e6c446ea847bf9627 (diff) | |
download | volse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.tar.gz volse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.tar.bz2 volse-hubzilla-e80191d4cdadd38978579edf17bf8188d7729c4e.zip |
fix regression
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.1'); +define('STD_VERSION', '7.9.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |