From 27cf228857a84cd5d4e87d8f9803f9589a33e9f7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 28 Aug 2018 06:48:57 +0200 Subject: [PATCH] welcome 2018.08-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 607ef5eb6a..40284ee692 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2018.08-dev +2018.08-rc diff --git a/boot.php b/boot.php index b1e98270c0..2236a4d5df 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.08-dev'); +define('FRIENDICA_VERSION', '2018.08-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1283); define('NEW_UPDATE_ROUTINE_VERSION', 1170);