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;p=friendica.git Merge pull request #3522 from annando/1706-lock Some more poller speed and lock functionality --- 66458d73135eb7aa93422aac38f54d5ff6e15fda diff --cc boot.php index 9428cf5a38,5e313073f0..50b8f03f63 --- a/boot.php +++ b/boot.php @@@ -38,9 -39,9 +39,9 @@@ 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', 1227 ); + define ( 'DB_UPDATE_VERSION', 1228 ); /** * @brief Constant with a HTML line break.