From e3f60fe70620f49d8dddc8ee95b420f0e399ab06 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Jun 2017 12:18:29 +0200 Subject: [PATCH] Friendica version 3.5.2 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 445f311196..87ce492908 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.2-rc +3.5.2 diff --git a/boot.php b/boot.php index f9f8794e50..48f4a91bf3 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-rc' ); +define ( 'FRIENDICA_VERSION', '3.5.2' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1227 );