diff options
author | Friendika <info@friendika.com> | 2011-04-10 18:38:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-10 18:38:55 -0700 |
commit | 940d216395406744f23fe4144f2a503688624b45 (patch) | |
tree | e96cb4ea1eee0ad7b6b8412fcbcf86116b40a43b /boot.php | |
parent | 12bc4a44cf051dda665fc4fa43624c47484b1864 (diff) | |
download | volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.gz volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.bz2 volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.zip |
initial dfrn update to pass perms
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set_time_limit(0); define ( 'FRIENDIKA_VERSION', '2.1.945' ); define ( 'DFRN_PROTOCOL_VERSION', '2.2' ); -define ( 'DB_UPDATE_VERSION', 1047 ); +define ( 'DB_UPDATE_VERSION', 1048 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |