aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-06 19:41:16 -0700
committerFriendika <info@friendika.com>2011-04-06 19:42:35 -0700
commit6728a11ee38e890a0ce9b8b6d96dba98a7238129 (patch)
tree5396ee3aabb61f9d7ca399073606f5f27b599079 /boot.php
parent9c77c57b74312a92eada9b84f68addece7a3a27c (diff)
downloadvolse-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index f8a8c9f93..858eb19a8 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );