aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-05 18:23:00 +0100
committerMario <mario@mariovavti.com>2023-01-05 18:23:00 +0100
commit66333aedb75778fa2ff2419b79928d22d9790d36 (patch)
treeebfbce14ed0e91cab84586046e22504e291b947c
parent47071c58aa868ee9756a98c967b64c024d22920b (diff)
downloadvolse-hubzilla-66333aedb75778fa2ff2419b79928d22d9790d36.tar.gz
volse-hubzilla-66333aedb75778fa2ff2419b79928d22d9790d36.tar.bz2
volse-hubzilla-66333aedb75778fa2ff2419b79928d22d9790d36.zip
fix version
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0e324cc5b..5b53bd9f5 100644
--- a/boot.php
+++ b/boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '8.1');
+define('STD_VERSION', '8.0RC');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1255);