From e88c12d958e4ce25da09619b7f578cb59825a786 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Aug 2021 08:46:18 +0200 Subject: [PATCH] pump version to 2021.09-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index da1db37dac..e0b18b8b3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.09-dev +2021.09-rc diff --git a/boot.php b/boot.php index 7ee023b68a..9c3be4a429 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-dev'); +define('FRIENDICA_VERSION', '2021.09-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);