From: Tobias Diekershoff Date: Mon, 9 Mar 2020 05:43:37 +0000 (+0100) Subject: 2020.03-rc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=416b0b814e888311b499ce6e72a9508db4b3f1ca;p=friendica.git 2020.03-rc --- diff --git a/VERSION b/VERSION index 42c7b14e4f..81c1084d99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.03-dev +2020.03-rc diff --git a/boot.php b/boot.php index 943d054cbb..33cdafc199 100644 --- a/boot.php +++ b/boot.php @@ -39,7 +39,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2020.03-dev'); +define('FRIENDICA_VERSION', '2020.03-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);