]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
don't allow fullscreen for youtube iframe - this makes it hard to visit the network...
[friendica.git] / boot.php
index b0ff7830c6fd5fe302fde4c5cac2c9a7b32f93c7..e897f19aa12b21151bf8eb0d1f61e536da0fd8e1 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -7,9 +7,9 @@ require_once('include/text.php');
 require_once("include/pgettext.php");
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.1080' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1083' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
-define ( 'DB_UPDATE_VERSION',      1081      );
+define ( 'DB_UPDATE_VERSION',      1082      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );