From: Tobias Diekershoff Date: Sat, 25 Sep 2021 17:18:27 +0000 (+0200) Subject: set the version of Friendica to 2021.09 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1adbdfb8d1d0a476fb416ffaf3012a7a0f13deb1;p=friendica.git set the version of Friendica to 2021.09 --- diff --git a/VERSION b/VERSION index e0b18b8b3b..76c052bfad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.09-rc +2021.09 diff --git a/boot.php b/boot.php index 9c3be4a429..4d485595ec 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.09-rc'); +define('FRIENDICA_VERSION', '2021.09'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);