]> git.mxchange.org Git - friendica.git/commitdiff
2020.03 Red Hot Poker
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 30 Mar 2020 12:35:49 +0000 (14:35 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 30 Mar 2020 12:35:49 +0000 (14:35 +0200)
CHANGELOG
VERSION
boot.php

index 50f9275aca7bece346c2e79daa170ec2e1d15d26..19edb6ecaa875d15a8d1ebc1c8c4d6e8f1ee770b 100644 (file)
--- 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 81c1084d9915312fbca6de962f37fa6d2277ed99..d8ba5c6c215729fab394724419443ac890836fc0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2020.03-rc
+2020.03
index 33cdafc19908c7bab72d7d1e5e13881a689018bd..17126fd387496a976ef4501cfdc620241936e88f 100644 (file)
--- 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);