diff options
-rw-r--r-- | CHANGELOG | 1 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -34,7 +34,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 @@ -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 ); |