]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
authorDomovoy <domovoy@errlock.org>
Sat, 4 Aug 2012 21:33:06 +0000 (23:33 +0200)
committerDomovoy <domovoy@errlock.org>
Sat, 4 Aug 2012 21:33:06 +0000 (23:33 +0200)
1  2 
boot.php
mod/item.php

diff --cc boot.php
index 170c9953b9d4098948b8e1e05197a6785211e738,25f89abf49cb6b2c2bcb3e2687c61f9919e80eea..ac1c7bc8244787e516659d98d675992acd49f627
+++ b/boot.php
@@@ -11,9 -11,9 +11,9 @@@ require_once('include/cache.php')
  require_once('library/Mobile_Detect/Mobile_Detect.php');
  
  define ( 'FRIENDICA_PLATFORM',     'Friendica');
- define ( 'FRIENDICA_VERSION',      '3.0.1423' );
+ define ( 'FRIENDICA_VERSION',      '3.0.1424' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 -define ( 'DB_UPDATE_VERSION',      1154      );
 +define ( 'DB_UPDATE_VERSION',      1155      );
  
  define ( 'EOL',                    "<br />\r\n"     );
  define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
diff --cc mod/item.php
Simple merge