diff options
author | Mario <mario@mariovavti.com> | 2021-09-01 18:17:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-01 18:17:01 +0000 |
commit | 4e7525c355b280b2ed9d16fe4617adf643c23aec (patch) | |
tree | 1a657eeb251eb2182317ff5e0306b991c7a2feaa /boot.php | |
parent | e20a2752d65d16322784622978839f701f475475 (diff) | |
download | volse-hubzilla-4e7525c355b280b2ed9d16fe4617adf643c23aec.tar.gz volse-hubzilla-4e7525c355b280b2ed9d16fe4617adf643c23aec.tar.bz2 volse-hubzilla-4e7525c355b280b2ed9d16fe4617adf643c23aec.zip |
version and strings
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.1.4' ); +define ( 'STD_VERSION', '6.2RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |