]> git.mxchange.org Git - friendica.git/commitdiff
Update version constant to 2019.01-rc
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 5 Jan 2019 02:04:49 +0000 (21:04 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 5 Jan 2019 02:04:49 +0000 (21:04 -0500)
boot.php

index be217eadfc5ccfaea0334278c31d8d79e58776be..4b95c89128ba32b96437a7297bc3e868c706d144 100644 (file)
--- 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
+}