From ae8125fbf720083186597c2d5e97cec5d2ac9eac Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 20 Feb 2019 08:14:32 -0500 Subject: [PATCH] Welcome 2019.03-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2b5b640bc..f546d9acb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.03-dev +2019.03-rc diff --git a/boot.php b/boot.php index 1f503c908..14c0a88ed 100644 --- a/boot.php +++ b/boot.php @@ -30,7 +30,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); -define('FRIENDICA_VERSION', '2019.03-dev'); +define('FRIENDICA_VERSION', '2019.03-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);