]> 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

1  2 
boot.php

diff --cc boot.php
index 9428cf5a389d0757757aaa5139a5caac07bccc34,5e313073f057fda7420acdd765003a12995ca20b..50b8f03f6322afc99db00d9b86774cab582306c5
+++ 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.