aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHilmar R <u02@u29lx193>2021-03-02 16:11:18 +0100
committerHilmar R <u02@u29lx193>2021-03-02 16:11:18 +0100
commit4cc72db4630822956a90ecb71ea9cf41a79e700d (patch)
tree0021a1db244ffe433c8e490a44c1414db4c7ea3e
parentd434490bdf67a309e88e2d6f6dc8e619dae9b768 (diff)
downloadvolse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.gz
volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.bz2
volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.zip
hope not to hurry too fast when saying 5.4RC2. But today & tomorrow is only for the tests
-rw-r--r--Zotlabs/Update/_1244.php15
-rw-r--r--boot.php4
2 files changed, 17 insertions, 2 deletions
diff --git a/Zotlabs/Update/_1244.php b/Zotlabs/Update/_1244.php
new file mode 100644
index 000000000..5f806b7d1
--- /dev/null
+++ b/Zotlabs/Update/_1244.php
@@ -0,0 +1,15 @@
+<?php
+
+namespace Zotlabs\Update;
+
+require_once('include/account.php');
+
+class _1241 {
+
+ function run() {
+
+ return verify_register_scheme();
+
+ }
+
+}
diff --git a/boot.php b/boot.php
index 4c3e4c00b..1a27921b2 100644
--- a/boot.php
+++ b/boot.php
@@ -52,10 +52,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.5.1' );
+define ( 'STD_VERSION', '5.4RC2' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1243 );
+define ( 'DB_UPDATE_VERSION', 1244 );
define ( 'PROJECT_BASE', __DIR__ );