]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch '2019.01-rc' into bug/6334-escape-get-app
[friendica.git] / boot.php
index cbaeeff0aa79fe0eea8a2b55bd78280d3825241b..73f83e978a836c78e5ec6efaf154f2f53295a230 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);
 
@@ -870,4 +870,4 @@ function rdirname($path, $levels = 1)
        } else {
                return dirname($path);
        }
-}
\ No newline at end of file
+}