From: friendica Date: Tue, 24 Jul 2012 03:18:23 +0000 (-0700) Subject: Merge pull request #405 from fermionic/support-for-mobile-themes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa5e60248a7725236b9e43649b5d1ae5b7b247df;p=friendica.git Merge pull request #405 from fermionic/support-for-mobile-themes changes to support a mobile theme --- aa5e60248a7725236b9e43649b5d1ae5b7b247df diff --cc boot.php index 76a11652d1,773e2d9660..1dc3d8a9ac --- a/boot.php +++ b/boot.php @@@ -8,9 -8,10 +8,10 @@@ require_once('include/datetime.php') require_once('include/pgettext.php'); require_once('include/nav.php'); require_once('include/cache.php'); + require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1412' ); +define ( 'FRIENDICA_VERSION', '3.0.1413' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1154 );