From 35c38c77e27158dee13c0e91c45a74c3f336147e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 4 Jan 2019 21:04:49 -0500 Subject: [PATCH] Update version constant to 2019.01-rc --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index be217eadfc..4b95c89128 100644 --- a/boot.php +++ b/boot.php @@ -35,7 +35,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); -define('FRIENDICA_VERSION', '2018.12-rc'); +define('FRIENDICA_VERSION', '2019.01-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); @@ -868,4 +868,4 @@ function rdirname($path, $levels = 1) } else { return dirname($path); } -} \ No newline at end of file +}