diff options
author | Mario <mario@mariovavti.com> | 2022-05-25 08:41:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-25 08:41:25 +0000 |
commit | 530a521679c5328f63cbe961fa950b330cfe5b6f (patch) | |
tree | 515ad10df2afcaaffbb07767b6a80b70ca72b656 /boot.php | |
parent | 50782dfb830c55f4b84e0650c2ea0a5a973ea94d (diff) | |
download | volse-hubzilla-530a521679c5328f63cbe961fa950b330cfe5b6f.tar.gz volse-hubzilla-530a521679c5328f63cbe961fa950b330cfe5b6f.tar.bz2 volse-hubzilla-530a521679c5328f63cbe961fa950b330cfe5b6f.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.3.3'); +define('STD_VERSION', '7.4RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |