aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-16 17:57:29 -0700
committerFriendika <info@friendika.com>2011-05-16 17:57:29 -0700
commit85c6457e6e6c9be6200f76bb12c449f010d4117b (patch)
treea850c24730e96d4eb0cb11ecd5ba3fee7a11b4be /boot.php
parent31d53c5b2a2d0832878cd813eee55023c52d5b36 (diff)
downloadvolse-hubzilla-85c6457e6e6c9be6200f76bb12c449f010d4117b.tar.gz
volse-hubzilla-85c6457e6e6c9be6200f76bb12c449f010d4117b.tar.bz2
volse-hubzilla-85c6457e6e6c9be6200f76bb12c449f010d4117b.zip
bug #65 'show all nn comments', 'show more posts like this' are misleading after they've been clicked once. Solution, hide them once clicked.
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 e06e1574e..a44d8298f 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.981' );
+define ( 'FRIENDIKA_VERSION', '2.2.982' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1054 );