aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-02 17:41:04 -0700
committerFriendika <info@friendika.com>2011-06-02 17:41:04 -0700
commit2fcb5922c3ff883960f1dbb0aa63c2597dc38f15 (patch)
tree22dd8f3cc8f988e5100f19a5cbcd66f7e202b11a /boot.php
parent558962169ffe947906703f179d81aabccbd84a24 (diff)
downloadvolse-hubzilla-2fcb5922c3ff883960f1dbb0aa63c2597dc38f15.tar.gz
volse-hubzilla-2fcb5922c3ff883960f1dbb0aa63c2597dc38f15.tar.bz2
volse-hubzilla-2fcb5922c3ff883960f1dbb0aa63c2597dc38f15.zip
don't notify failed FB delivery of likes, which have no id.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ea119411e..0af73c468 100644
--- a/boot.php
+++ b/boot.php
@@ -4,7 +4,7 @@ set_time_limit(0);
ini_set('pcre.backtrack_limit', 250000);
-define ( 'FRIENDIKA_VERSION', '2.2.998' );
+define ( 'FRIENDIKA_VERSION', '2.2.999' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1059 );