]> git.mxchange.org Git - friendica.git/commitdiff
mark the develop version in the version string
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Mar 2017 13:40:08 +0000 (14:40 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 Mar 2017 13:40:08 +0000 (14:40 +0100)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index d5c0c99142898e7915ff3a5805c69eafe9461f26..ded27b074de19f095b699f1d3b88d7f2a36b79cf 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.1
+3.5.2-dev
index c8e84e5c7581930c13834748cbd635744dae0bd0..285c70370ec6d19e2aaac49bb7935a8d67b050d9 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
-define ( 'FRIENDICA_VERSION',      '3.5.1' );
+define ( 'FRIENDICA_VERSION',      '3.5.2-dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1215      );