aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-31 17:35:24 -0700
committerFriendika <info@friendika.com>2011-05-31 17:35:24 -0700
commite25ded6d9611e4bada5474b7c7d7c96ad95c930e (patch)
tree657df7c70deeee9731b540fddaff2cf1f65c39ac /boot.php
parent1d2cc5c5ad47e969ca4b6dd0f0eee4a4e5ab5663 (diff)
downloadvolse-hubzilla-e25ded6d9611e4bada5474b7c7d7c96ad95c930e.tar.gz
volse-hubzilla-e25ded6d9611e4bada5474b7c7d7c96ad95c930e.tar.bz2
volse-hubzilla-e25ded6d9611e4bada5474b7c7d7c96ad95c930e.zip
don't count wall posts in unseen network total
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 a829daf9c..f42d6beda 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.996' );
+define ( 'FRIENDIKA_VERSION', '2.2.997' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1059 );