]> git.mxchange.org Git - friendica.git/commitdiff
roll protocol version due to ssl_policy settings
authorfriendica <info@friendica.com>
Thu, 15 Mar 2012 04:40:36 +0000 (21:40 -0700)
committerfriendica <info@friendica.com>
Thu, 15 Mar 2012 04:40:36 +0000 (21:40 -0700)
boot.php

index c4cfbe5bf8b8be9c05e800cb71f5d7edd9d88e4d..04f36093bfffb38359a9a780999aef30e24c1eba 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_VERSION',      '2.3.1281' );
-define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
+define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1131      );
 
 define ( 'EOL',                    "<br />\r\n"     );