From: fabrixxm Date: Fri, 26 Aug 2011 12:44:24 +0000 (+0200) Subject: Merge remote-tracking branch 'friendika/master' into newui X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ec4a4e6deb5d28cbfab54093f8b4180912738d4;p=friendica.git Merge remote-tracking branch 'friendika/master' into newui --- 5ec4a4e6deb5d28cbfab54093f8b4180912738d4 diff --cc boot.php index bfdae47be1,e897f19aa1..28467006da --- a/boot.php +++ b/boot.php @@@ -5,12 -5,11 +5,12 @@@ require_once('include/network.php') require_once('include/plugin.php'); require_once('include/text.php'); require_once("include/pgettext.php"); +require_once('include/nav.php'); - define ( 'FRIENDIKA_VERSION', '2.2.1079' ); + define ( 'FRIENDIKA_VERSION', '2.2.1083' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); - define ( 'DB_UPDATE_VERSION', 1081 ); + define ( 'DB_UPDATE_VERSION', 1082 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );