From 1441abd15a2e425316b597e8a30afc81ceaeed40 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 13 Oct 2017 18:49:37 +0200 Subject: [PATCH] Version 3.5.4-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 26cf049c2a..d7cf44d867 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6-dev +3.5.4-rc diff --git a/boot.php b/boot.php index 899a6bd119..eecc14d584 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.6-dev' ); +define ( 'FRIENDICA_VERSION', '3.5.4-rc' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );