From c48fcd4a8f329946cdf09d214596ecf29e859cff Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 23 Sep 2018 21:12:10 +0200 Subject: [PATCH] Welcome 2018.09 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 40284ee692..dffe5b5618 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2018.08-rc +2018.09 diff --git a/boot.php b/boot.php index 2236a4d5df..ebd8ed33f1 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-rc'); +define('FRIENDICA_VERSION', '2018.09'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1283); define('NEW_UPDATE_ROUTINE_VERSION', 1170);