]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
don't try to parse empty xml with simplepie, throws conversion warning
[friendica.git] / boot.php
index 70d27ebce8ae0912e8249b0691cd3935a54b7b4e..bed6caa572f804e9278f98b975f52ded41b1c093 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
 require_once('include/features.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.1.1714' );
+define ( 'FRIENDICA_VERSION',      '3.1.1729' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1163      );
 define ( 'EOL',                    "<br />\r\n"     );