From 925b803ae8f5471e5b08206a7926d95e84a8467c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 14 May 2017 09:16:55 +0200 Subject: [PATCH] set version to 3.5.2rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ded27b074d..445f311196 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.2-dev +3.5.2-rc diff --git a/boot.php b/boot.php index e3fb320ac5..4c09785c8e 100644 --- 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 );