From: Tobias Diekershoff Date: Mon, 16 Oct 2017 08:31:37 +0000 (+0200) Subject: Version 3.6-dev for develop again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=576cc383b9018cdc46102d0f198e0a332f4a02c4;p=friendica.git Version 3.6-dev for develop again --- diff --git a/VERSION b/VERSION index 65afb3b886..26cf049c2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.4 +3.6-dev diff --git a/boot.php b/boot.php index 7d9842ac0b..899a6bd119 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.4' ); +define ( 'FRIENDICA_VERSION', '3.6-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );