aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-04 20:49:11 -0700
committerFriendika <info@friendika.com>2011-05-04 20:49:11 -0700
commit5f0b43485a9bab882f6ac6a0c7c7667f9f2a188a (patch)
treebc783afe8824147110263c8d708a29c0b30ae714 /boot.php
parent59fd70e568fbc93922769333c55d8c1fa72cea9d (diff)
downloadvolse-hubzilla-5f0b43485a9bab882f6ac6a0c7c7667f9f2a188a.tar.gz
volse-hubzilla-5f0b43485a9bab882f6ac6a0c7c7667f9f2a188a.tar.bz2
volse-hubzilla-5f0b43485a9bab882f6ac6a0c7c7667f9f2a188a.zip
incorrect count of total pages in normal view mode
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 263d76f62..67e3d65ae 100644
--- a/boot.php
+++ b/boot.php
@@ -3,7 +3,7 @@
set_time_limit(0);
ini_set('pcre.backtrack_limit', 250000);
-define ( 'FRIENDIKA_VERSION', '2.1.968' );
+define ( 'FRIENDIKA_VERSION', '2.1.969' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1054 );