aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__ );