From d1d208f18b9b43916378ccfd09b963246fe631dd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Jul 2021 20:44:52 +0200 Subject: [PATCH] version 2021.07 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 79ec0dc3af..9eb200ca42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.06-rc +2021.07 diff --git a/boot.php b/boot.php index aa3739f010..47f626629f 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Siberian Iris'); -define('FRIENDICA_VERSION', '2021.06-rc'); +define('FRIENDICA_VERSION', '2021.07'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);