]> git.mxchange.org Git - friendica.git/commitdiff
set version to 3.6-dev
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 5 Oct 2017 08:07:21 +0000 (10:07 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 5 Oct 2017 08:07:21 +0000 (10:07 +0200)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index 444877d48fb6923ffb0c7c872a3eebb1f8ca5def..26cf049c2a67d17564d9451d45daf20a9ebf74a8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.3
+3.6-dev
index a7b24ebf316570613e571dfaab370cb9549026d0..5b82c8b8f28d43cf0f2d7bf224375e9f6d2c2d3b 100644 (file)
--- 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' );
+define ( 'FRIENDICA_VERSION',      '3.6-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1234      );