From: Tobias Diekershoff Date: Fri, 13 Oct 2017 16:49:37 +0000 (+0200) Subject: Version 3.5.4-rc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=1441abd15a2e425316b597e8a30afc81ceaeed40;hp=dd0e75628a811d24663fe0855b9f0ce6540829f5;p=friendica.git Version 3.5.4-rc --- 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 );