]> git.mxchange.org Git - friendica.git/commitdiff
Updated version constants for 2019.06 release
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 23 Jun 2019 19:28:38 +0000 (15:28 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 23 Jun 2019 19:28:38 +0000 (15:28 -0400)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index 6952a8d6e3786608c338676b1f5894fd9e6339e1..4eda9a567ded4295908effd825009f4489279e84 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2019.06-rc
+2019.06
index eb04732c5d87bcc56cdda0784f1a061bd9db0289..4ade9eb1450a93bcbedf95311e8f32bcd9525af3 100644 (file)
--- 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);