diff options
author | Mario <mario@mariovavti.com> | 2022-07-19 12:40:08 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-19 12:40:08 +0000 |
commit | 29fd9b9d64549db42223140caf0eaa8c006c38ad (patch) | |
tree | 6ea5ad1fdf9dd4f87981cd9df8971a595df5000e /boot.php | |
parent | c301baafb56b7e812d3e09a468f22909746cd2a1 (diff) | |
download | volse-hubzilla-29fd9b9d64549db42223140caf0eaa8c006c38ad.tar.gz volse-hubzilla-29fd9b9d64549db42223140caf0eaa8c006c38ad.tar.bz2 volse-hubzilla-29fd9b9d64549db42223140caf0eaa8c006c38ad.zip |
version and strings
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.5.2'); +define('STD_VERSION', '7.6RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |