From dd59ad9032eca817bb7390950dcde6063e711dc0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Sep 2022 08:49:18 +0200 Subject: [PATCH] Switching to 2022.09-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ef35079ff1..900c5e3c16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.09-dev +2022.09-rc diff --git a/boot.php b/boot.php index ea4f28b741..2ceafea782 100644 --- a/boot.php +++ b/boot.php @@ -31,7 +31,7 @@ use Friendica\Model\Contact; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Giant Rhubarb'); -define('FRIENDICA_VERSION', '2022.09-dev'); +define('FRIENDICA_VERSION', '2022.09-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);