]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #3522 from annando/1706-lock
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 7 Jun 2017 07:29:54 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2017 07:29:54 +0000 (09:29 +0200)
Some more poller speed and lock functionality

VERSION
boot.php

diff --git a/VERSION b/VERSION
index 3fec5bc901e4ddf60a057d389a7b0b15f18db796..b35d44161ce977de115e140c5ace99fd40f6c434 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.3dev
+3.5.3-dev
index 5e313073f057fda7420acdd765003a12995ca20b..50b8f03f6322afc99db00d9b86774cab582306c5 100644 (file)
--- 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      );