From 46f9e9351e57a00ffa7f939704f37a61c425acab Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 1 Mar 2021 06:19:33 +0100 Subject: [PATCH] version 2021.03-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 50ccf18a2d..b1f4077f81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.03-dev +2021.03-rc diff --git a/boot.php b/boot.php index c74eb418f3..05f7abcac4 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Red Hot Poker'); -define('FRIENDICA_VERSION', '2021.03-dev'); +define('FRIENDICA_VERSION', '2021.03-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);