From 574191104bc5428426fe9f77638e09d0f6c62aa5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 7 May 2018 20:28:13 +0200 Subject: [PATCH] time for a RC --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 52b0d2a456..a8428e9db4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2018-05-dev +2018.05-rc diff --git a/boot.php b/boot.php index ae2f4b1a06..994afa2fc6 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-05-dev'); +define('FRIENDICA_VERSION', '2018.05-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1259); define('NEW_UPDATE_ROUTINE_VERSION', 1170);