diff options
author | Mario <mario@mariovavti.com> | 2022-01-18 09:59:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-18 09:59:54 +0000 |
commit | 1723d4fbd8501e305aadd63465102e460c882e52 (patch) | |
tree | d363215cb5503dce4b098e54450544ce21f596ca | |
parent | c4b09f1a4f6274b0c96c7ed742f845bdba413171 (diff) | |
download | volse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.tar.gz volse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.tar.bz2 volse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.zip |
fix version
-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', '7.1' ); +define ( 'STD_VERSION', '7.0RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1250 ); |