From 54e1585c22b744f2cedaaf120107e872db2bb1be Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 5 Oct 2017 10:07:21 +0200 Subject: [PATCH] set version to 3.6-dev --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 444877d48..26cf049c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3 +3.6-dev diff --git a/boot.php b/boot.php index a7b24ebf3..5b82c8b8f 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.3' ); +define ( 'FRIENDICA_VERSION', '3.6-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );