diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-09 11:33:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-09 11:33:19 +0200 |
commit | d8ac25c35a3183b173f5dc29c25b08ed7b51a875 (patch) | |
tree | c34b6ea89b80af43112012cd97d20f00971794ed | |
parent | 2dd47a9f596106bfe8ea5d95a5f20597ed8bf0cd (diff) | |
download | volse-hubzilla-d8ac25c35a3183b173f5dc29c25b08ed7b51a875.tar.gz volse-hubzilla-d8ac25c35a3183b173f5dc29c25b08ed7b51a875.tar.bz2 volse-hubzilla-d8ac25c35a3183b173f5dc29c25b08ed7b51a875.zip |
version 6.06.0
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Hubzilla 6.0 (2021-07-xx) +Hubzilla 6.0 (2021-07-09) - Implement swipe to right for bringing in left aside - DB update 1247 to clean up bogus entries in updates - DB update 1246 to mark legacy zot xchans and hublocs deleted @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.0RC1' ); +define ( 'STD_VERSION', '6.0' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); |