aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-19 17:25:41 -0700
committerFriendika <info@friendika.com>2011-05-19 17:25:41 -0700
commit44d5c90af446537ddd292caff0cd85370a7339ab (patch)
tree263060ed73c7a9830e3b63e95782eca02a17a38d /boot.php
parentf151565029162c1de258eaef7fc8aacd4f69ba47 (diff)
downloadvolse-hubzilla-44d5c90af446537ddd292caff0cd85370a7339ab.tar.gz
volse-hubzilla-44d5c90af446537ddd292caff0cd85370a7339ab.tar.bz2
volse-hubzilla-44d5c90af446537ddd292caff0cd85370a7339ab.zip
better mailing list support, email addr can be either 'from' or 'to'
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 0eb1a36c8..66a76f49d 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.984' );
+define ( 'FRIENDIKA_VERSION', '2.2.985' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1054 );