]> git.mxchange.org Git - friendica.git/commitdiff
protocol update
authorFriendika <info@friendika.com>
Mon, 11 Apr 2011 01:40:43 +0000 (18:40 -0700)
committerFriendika <info@friendika.com>
Mon, 11 Apr 2011 01:40:43 +0000 (18:40 -0700)
boot.php

index 669326dc633a996b3d6723821da906a7ae3fcaaa..92741eaee840f84b826063c52deec3d62f692d91 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -3,8 +3,8 @@
 set_time_limit(0);
 
 define ( 'FRIENDIKA_VERSION',      '2.1.945' );
-define ( 'DFRN_PROTOCOL_VERSION',  '2.2'  );
-define ( 'DB_UPDATE_VERSION',      1048   );
+define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
+define ( 'DB_UPDATE_VERSION',      1048      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );