From: Tobias Diekershoff Date: Sun, 12 Mar 2017 13:40:08 +0000 (+0100) Subject: mark the develop version in the version string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30d82f43910f97b0e99c2e7235cbc5c812d39c35;p=friendica.git mark the develop version in the version string --- diff --git a/VERSION b/VERSION index d5c0c99142..ded27b074d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.1 +3.5.2-dev diff --git a/boot.php b/boot.php index c8e84e5c75..285c70370e 100644 --- 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 );