diff options
author | Mario <mario@mariovavti.com> | 2022-01-14 18:28:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-14 18:28:33 +0000 |
commit | 1282214d48d0122a16589168d09f7e42b591409f (patch) | |
tree | dc5b4c1d08fc9cd36c4d993c0e07dc2b80ee8cd5 /boot.php | |
parent | f4bc6ee61556a1693b2863829ec9a01c42f13f67 (diff) | |
download | volse-hubzilla-1282214d48d0122a16589168d09f7e42b591409f.tar.gz volse-hubzilla-1282214d48d0122a16589168d09f7e42b591409f.tar.bz2 volse-hubzilla-1282214d48d0122a16589168d09f7e42b591409f.zip |
strings and version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.5.13' ); +define ( 'STD_VERSION', '7.0RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1250 ); |