]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
set minchars to 2 for contacts search
[friendica.git] / boot.php
index 76cf5cbbef29c9b4540ab3b69ec231141876e973..01edbd390890da80492cc82125d4f245e3d33110 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,9 +9,9 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.0.1360' );
+define ( 'FRIENDICA_VERSION',      '3.0.1365' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1145      );
+define ( 'DB_UPDATE_VERSION',      1148      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );