From 12b37ac596caa37d82e474cc24e0cf9866540eca Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 5 Oct 2017 10:05:01 +0200 Subject: [PATCH] Friendica Version 3.5.3 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4e4d58aa66..444877d48f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3-rc +3.5.3 diff --git a/boot.php b/boot.php index dfd3a20be6..a7b24ebf31 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ require_once 'include/poller.php'; define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5.3-rc' ); +define ( 'FRIENDICA_VERSION', '3.5.3' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );