From c3725d4b3e454af92884f1a9bf3e751c725fcfec Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 20 Sep 2020 21:12:34 +0200 Subject: [PATCH] Version 2020.09 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6a665efe25..14ffed05b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.09-rc +2020.09 diff --git a/boot.php b/boot.php index 24e7559515..cba94fa483 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.09-rc'); +define('FRIENDICA_VERSION', '2020.09'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);