From: friendica Date: Thu, 7 Jun 2012 22:48:04 +0000 (-0700) Subject: Merge https://github.com/friendica/friendica into pull X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=67d8afb9d18df137fddc991443f9b796b5821210;p=friendica.git Merge https://github.com/friendica/friendica into pull --- 67d8afb9d18df137fddc991443f9b796b5821210 diff --cc boot.php index 9e72f73a70,0e8f017f46..9fea12f04c --- a/boot.php +++ b/boot.php @@@ -9,9 -9,9 +9,9 @@@ require_once('include/nav.php') require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1366' ); +define ( 'FRIENDICA_VERSION', '3.0.1367' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); - define ( 'DB_UPDATE_VERSION', 1148 ); + define ( 'DB_UPDATE_VERSION', 1149 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );