aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-28 14:17:53 +0000
committerMario <mario@mariovavti.com>2021-10-28 14:17:53 +0000
commitb512416cb36197becec3074ad9cf5174ac5ae75d (patch)
tree3360d55b526ee6b4985d5a8f26c2c841b9f240af
parentbd116c53a11c27364b8f902652ce53ba7406e053 (diff)
downloadvolse-hubzilla-b512416cb36197becec3074ad9cf5174ac5ae75d.tar.gz
volse-hubzilla-b512416cb36197becec3074ad9cf5174ac5ae75d.tar.bz2
volse-hubzilla-b512416cb36197becec3074ad9cf5174ac5ae75d.zip
fix version
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6aba5e4be..9761e9fea 100644
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '6.5' );
+define ( 'STD_VERSION', '6.4RC1' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1248 );