diff options
author | Mario <mario@mariovavti.com> | 2022-07-19 12:44:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-19 12:44:46 +0000 |
commit | 199168c318a9e09d3a940e89f824606812265981 (patch) | |
tree | 62b73d7db9bfae828600e3d172837ce2c6c50b03 /boot.php | |
parent | 063d4bbd7de2c3a40831e8cb620e57e5edef1017 (diff) | |
download | volse-hubzilla-199168c318a9e09d3a940e89f824606812265981.tar.gz volse-hubzilla-199168c318a9e09d3a940e89f824606812265981.tar.bz2 volse-hubzilla-199168c318a9e09d3a940e89f824606812265981.zip |
bump dev 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.6RC'); +define('STD_VERSION', '7.7'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |