diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 10:16:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-08 10:16:00 +0000 |
commit | fe638c88e000c7adf0f4dabc1ad6e586b1f778e9 (patch) | |
tree | c8f04feb5fbdd1cf1debeb7f0f0d284724f70a8e | |
parent | 1828ef6b68b3d2334200a154199e9ec72f85347a (diff) | |
download | volse-hubzilla-fe638c88e000c7adf0f4dabc1ad6e586b1f778e9.tar.gz volse-hubzilla-fe638c88e000c7adf0f4dabc1ad6e586b1f778e9.tar.bz2 volse-hubzilla-fe638c88e000c7adf0f4dabc1ad6e586b1f778e9.zip |
fix dev version
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Hubzilla 5.4 (2021-03-xx) +Hubzilla 5.4 (2021-03-08) - Add new connections to privacy group independend from the default privacy group settings - group_add() return group hash to save a lookup - Do not poll feeds if feed contacts setting is disabled @@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.4RC2' ); +define ( 'STD_VERSION', '5.5.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); |