From 468d3adec6892f5863ebba8f5cf5fd2f5ff7feaa Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 19 Aug 2019 09:31:37 +0200 Subject: [PATCH] we are in 2019.09 RC phase now --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bb3511a1d2..3193eddcda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.09-dev +2019.09-rc diff --git a/boot.php b/boot.php index 086e74d2f4..028ba1e829 100644 --- a/boot.php +++ b/boot.php @@ -31,7 +31,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2019.09-dev'); +define('FRIENDICA_VERSION', '2019.09-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);