From: Tobias Diekershoff Date: Sat, 3 Mar 2018 06:36:58 +0000 (+0100) Subject: Version 3.6-rc for the RC branch X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=fab9cb68252b4b703fb3341abf50a4b38176f325;hp=38e5e6453232fd6484c5e487b63615529119eddd;p=friendica.git Version 3.6-rc for the RC branch --- diff --git a/VERSION b/VERSION index 26cf049c2a..8de60381ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6-dev +3.6-rc diff --git a/boot.php b/boot.php index 4ba8c1ad8d..b8b9b0ec28 100644 --- a/boot.php +++ b/boot.php @@ -37,7 +37,7 @@ require_once 'include/text.php'; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Asparagus'); -define('FRIENDICA_VERSION', '3.6-dev'); +define('FRIENDICA_VERSION', '3.6-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1255); define('NEW_UPDATE_ROUTINE_VERSION', 1170);