From 4dcdcd4d6fd4d4b3639a5e0f6a07cc7c47ba255f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 4 Jan 2021 07:48:47 +0100 Subject: [PATCH] version 2021.01 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 04d17e893b..f73d2c17c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.12-rc +2021.01 diff --git a/boot.php b/boot.php index 504f997d9f..32eb84a247 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-rc'); +define('FRIENDICA_VERSION', '2021.01'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);