From: Tobias Diekershoff Date: Sun, 14 Jun 2020 14:51:22 +0000 (+0200) Subject: 2020.06-rc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7856fd28a372254b52a7bb40da8d98b12ae5c346;p=friendica.git 2020.06-rc --- diff --git a/VERSION b/VERSION index 51ae1fea5c..dfee2dea7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.06-dev +2020.06-rc diff --git a/boot.php b/boot.php index a070e103ea..d5a01c044e 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', '2020.06-dev'); +define('FRIENDICA_VERSION', '2020.06-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);