diff options
author | Friendika <info@friendika.com> | 2011-04-10 18:40:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-10 18:40:43 -0700 |
commit | 63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f (patch) | |
tree | ab58098038f9e1a9082b3547ceb4260e3033385f /boot.php | |
parent | 940d216395406744f23fe4144f2a503688624b45 (diff) | |
download | volse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.tar.gz volse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.tar.bz2 volse-hubzilla-63030ca51e9e7f6fbd50aed6b9f6a3cf10084a3f.zip |
protocol update
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |