diff options
author | Mario <mario@mariovavti.com> | 2021-09-06 19:24:45 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-06 19:24:45 +0000 |
commit | 2523ebc76af2ba016bb56ece70ce7a1f827d730a (patch) | |
tree | 2349ede3a10b8ccabbdaca46ba93201a9e4c0119 /boot.php | |
parent | c1ce211b566a68b02f1197ef1bd0fc79385c1c48 (diff) | |
download | volse-hubzilla-2523ebc76af2ba016bb56ece70ce7a1f827d730a.tar.gz volse-hubzilla-2523ebc76af2ba016bb56ece70ce7a1f827d730a.tar.bz2 volse-hubzilla-2523ebc76af2ba016bb56ece70ce7a1f827d730a.zip |
version 6.2RC1
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.2RC' ); +define ( 'STD_VERSION', '6.2RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |