From: friendica Date: Sat, 23 Feb 2013 01:12:14 +0000 (-0800) Subject: Merge https://github.com/friendica/friendica into pull X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e21534f230c057b78cba526d60fe065a1c318d5;p=friendica.git Merge https://github.com/friendica/friendica into pull --- 6e21534f230c057b78cba526d60fe065a1c318d5 diff --cc boot.php index 3189af6658,93dbd5abab..bb72153037 --- a/boot.php +++ b/boot.php @@@ -12,9 -12,9 +12,9 @@@ require_once('library/Mobile_Detect/Mob require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1618' ); +define ( 'FRIENDICA_VERSION', '3.1.1619' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); - define ( 'DB_UPDATE_VERSION', 1162 ); + define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );