]> git.mxchange.org Git - friendica.git/commitdiff
set version to 3.5.2rc
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 14 May 2017 07:16:55 +0000 (09:16 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 14 May 2017 07:16:55 +0000 (09:16 +0200)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index ded27b074de19f095b699f1d3b88d7f2a36b79cf..445f31119638f843714417f2399096e36ca48274 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.2-dev
+3.5.2-rc
index e3fb320ac55f6860cc617ecce39911cf8a5b0baf..4c09785c8e240489eb386589cdd9e92cadd7ada7 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ require_once 'include/dbstructure.php';
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
-define ( 'FRIENDICA_VERSION',      '3.5.2-dev' );
+define ( 'FRIENDICA_VERSION',      '3.5.2-rc' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1224      );