From: Tobias Diekershoff Date: Wed, 7 Jun 2017 07:29:54 +0000 (+0200) Subject: Merge pull request #3522 from annando/1706-lock X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=66458d73135eb7aa93422aac38f54d5ff6e15fda;hp=2ad784d37ae88338f9bc610cd527c72fad052aa0;p=friendica.git Merge pull request #3522 from annando/1706-lock Some more poller speed and lock functionality --- diff --git a/VERSION b/VERSION index 3fec5bc901..b35d44161c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3dev +3.5.3-dev diff --git a/boot.php b/boot.php index 5e313073f0..50b8f03f63 100644 --- a/boot.php +++ b/boot.php @@ -39,7 +39,7 @@ require_once 'include/poller.php'; define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5.3dev' ); +define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1228 );