From f9bda66e2942c06f64db75e09e61c3d5c416b5dd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 11 Dec 2018 14:38:11 +0100 Subject: [PATCH] Welcome 2018.12-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8033ba2083..d04d731e2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2018.12-dev +2018.12-rc diff --git a/boot.php b/boot.php index c6ef3aed90..24e6912797 100644 --- a/boot.php +++ b/boot.php @@ -39,7 +39,7 @@ require_once 'include/text.php'; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); -define('FRIENDICA_VERSION', '2018.12-dev'); +define('FRIENDICA_VERSION', '2018.12-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);