From 1adbdfb8d1d0a476fb416ffaf3012a7a0f13deb1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 25 Sep 2021 19:18:27 +0200 Subject: [PATCH] set the version of Friendica to 2021.09 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);