aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 18:40:43 -0700
committerFriendika <info@friendika.com>2011-04-10 18:40:43 -0700
commit63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f (patch)
treeab58098038f9e1a9082b3547ceb4260e3033385f /boot.php
parent940d216395406744f23fe4144f2a503688624b45 (diff)
downloadvolse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.tar.gz
volse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.tar.bz2
volse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.zip
protocol update
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 669326dc6..92741eaee 100644
--- 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' );