]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
support feed attachments/enclosures, and fix for bug #30
[friendica.git] / boot.php
index f8a8c9f939694f9105ff540b395dbdde5a1e8b20..858eb19a8362e511fd79113b62ed51e8101bf56d 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -2,9 +2,9 @@
 
 set_time_limit(0);
 
-define ( 'FRIENDIKA_VERSION',      '2.1.940' );
+define ( 'FRIENDIKA_VERSION',      '2.1.941' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.2'  );
-define ( 'DB_UPDATE_VERSION',      1046   );
+define ( 'DB_UPDATE_VERSION',      1047   );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );