From 05d3062595f81c5ce8d1abd1c2f0b421d5e2fcf7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 20 May 2019 10:53:32 +0200 Subject: [PATCH] Version 2019.06-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bd61e84f20..6952a8d6e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.06-dev +2019.06-rc diff --git a/boot.php b/boot.php index dfedcdbbbe..b8705fdf13 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.06-dev'); +define('FRIENDICA_VERSION', '2019.06-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);