Friendica version 3.5.3dev
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Jun 2017 10:22:06 +0000 (12:22 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Jun 2017 10:22:06 +0000 (12:22 +0200)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index 87ce492..3fec5bc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.2
+3.5.3dev
index 48f4a91..5f83cb3 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.2' );
+define ( 'FRIENDICA_VERSION',      '3.5.3dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1227      );