From a25ed827c96e6f10dd84f5b7cb104c793c95340d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 23 Jun 2019 15:28:38 -0400 Subject: [PATCH] Updated version constants for 2019.06 release --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6952a8d6e3..4eda9a567d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.06-rc +2019.06 diff --git a/boot.php b/boot.php index eb04732c5d..4ade9eb145 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-rc'); +define('FRIENDICA_VERSION', '2019.06'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);