From 0c117424ee1824a442a5bb7bad3327433df52f5d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 30 Mar 2020 14:35:49 +0200 Subject: [PATCH] 2020.03 Red Hot Poker --- CHANGELOG | 2 +- VERSION | 2 +- boot.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 50f9275aca..19edb6ecaa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2020.03 (unreleased3) +Version 2020.03 "Red Hot Poker" (2020-03-30) Friendica Core: Updates to the translations (DE, FR, JA, NL, PL, RU, ZH-CN) [translation teams] Updates to the documentation [AlfredSK, annando, MrPetovan] diff --git a/VERSION b/VERSION index 81c1084d99..d8ba5c6c21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.03-rc +2020.03 diff --git a/boot.php b/boot.php index 33cdafc199..17126fd387 100644 --- a/boot.php +++ b/boot.php @@ -38,8 +38,8 @@ use Friendica\Util\BasePath; use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); -define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2020.03-rc'); +define('FRIENDICA_CODENAME', 'Red Hot Poker'); +define('FRIENDICA_VERSION', '2020.03'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);