From 7679ff15d510fb6dddb78959037bd9b2f7b8625e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 8 Sep 2020 20:01:12 +0200 Subject: [PATCH] Version 2020.07-1 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 13c5ea6649..b9d358f7cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.07 +2020.07-1 diff --git a/boot.php b/boot.php index cf86d67627..0053891b38 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.07'); +define('FRIENDICA_VERSION', '2020.07-1'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);