aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rwxr-xr-xboot.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c551dfc7a..bcce27784 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,7 +35,6 @@ Hubzilla 5.2 (2021-xx-xx)
- Fix typo in notifier command
- Fix profile title/description allowed more than 191 characters
-
Addons
- Queueworker: cleanup whitespace
- Queueworker: add some tweaks to prevent deadlocks for postgresql
diff --git a/boot.php b/boot.php
index cd2704783..3424c96ab 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.3.1' );
+define ( 'STD_VERSION', '5.2RC4' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1240 );