aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-18 09:59:54 +0000
committerMario <mario@mariovavti.com>2022-01-18 09:59:54 +0000
commit1723d4fbd8501e305aadd63465102e460c882e52 (patch)
treed363215cb5503dce4b098e54450544ce21f596ca
parentc4b09f1a4f6274b0c96c7ed742f845bdba413171 (diff)
downloadvolse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.tar.gz
volse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.tar.bz2
volse-hubzilla-1723d4fbd8501e305aadd63465102e460c882e52.zip
fix version
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6bce39f7f..8b087d551 100644
--- a/boot.php
+++ b/boot.php
@@ -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 );