From: Tobias Diekershoff Date: Fri, 4 Dec 2020 09:09:24 +0000 (+0100) Subject: 2020.12-rc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96a927f6e10a3f52527f461808233277b381d404;p=friendica.git 2020.12-rc --- diff --git a/VERSION b/VERSION index 682a8d1fba..04d17e893b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.12-dev +2020.12-rc diff --git a/boot.php b/boot.php index af08d54436..6674c6fc7c 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.12-dev'); +define('FRIENDICA_VERSION', '2020.12-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);