diff options
author | Friendika <info@friendika.com> | 2011-04-06 19:41:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-06 19:42:35 -0700 |
commit | 6728a11ee38e890a0ce9b8b6d96dba98a7238129 (patch) | |
tree | 5396ee3aabb61f9d7ca399073606f5f27b599079 /boot.php | |
parent | 9c77c57b74312a92eada9b84f68addece7a3a27c (diff) | |
download | volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.tar.gz volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.tar.bz2 volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.zip |
support feed attachments/enclosures, and fix for bug #30
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.940' ); +define ( 'FRIENDIKA_VERSION', '2.1.941' ); define ( 'DFRN_PROTOCOL_VERSION', '2.2' ); -define ( 'DB_UPDATE_VERSION', 1046 ); +define ( 'DB_UPDATE_VERSION', 1047 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |