aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-09 16:24:29 -0700
committerFriendika <info@friendika.com>2011-06-09 16:24:29 -0700
commit67021c132a4cc6de1fe76aa8faab7bfc37e58423 (patch)
tree940ae2da796c7dcae8174313b54cb33950fa5c22 /boot.php
parent9203b48527050b0b4a17120a95b2b3202842d56d (diff)
downloadvolse-hubzilla-67021c132a4cc6de1fe76aa8faab7bfc37e58423.tar.gz
volse-hubzilla-67021c132a4cc6de1fe76aa8faab7bfc37e58423.tar.bz2
volse-hubzilla-67021c132a4cc6de1fe76aa8faab7bfc37e58423.zip
event communication basics
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1c7a15705..8e8a2bc21 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.1005' );
+define ( 'FRIENDIKA_VERSION', '2.2.1006' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1063 );
@@ -150,6 +150,7 @@ define ( 'ACTIVITY_OBJ_PERSON', NAMESPACE_ACTIVITY_SCHEMA . 'person' );
define ( 'ACTIVITY_OBJ_PHOTO', NAMESPACE_ACTIVITY_SCHEMA . 'photo' );
define ( 'ACTIVITY_OBJ_P_PHOTO', NAMESPACE_ACTIVITY_SCHEMA . 'profile-photo' );
define ( 'ACTIVITY_OBJ_ALBUM', NAMESPACE_ACTIVITY_SCHEMA . 'photo-album' );
+define ( 'ACTIVITY_OBJ_EVENT', NAMESPACE_ACTIVITY_SCHEMA . 'event' );
/**
* item weight for query ordering