aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-17 16:21:11 -0700
committerFriendika <info@friendika.com>2011-06-17 16:21:11 -0700
commit484b248f735b22e7a28f4720c3997746f5c10ced (patch)
tree4a9ebe4cc0df707acefcaa82373d14e08043a077 /boot.php
parent4ca730e5d73b2e7a29b28f9759f43e2d521c7ff1 (diff)
downloadvolse-hubzilla-484b248f735b22e7a28f4720c3997746f5c10ced.tar.gz
volse-hubzilla-484b248f735b22e7a28f4720c3997746f5c10ced.tar.bz2
volse-hubzilla-484b248f735b22e7a28f4720c3997746f5c10ced.zip
add pagination to admin/user page to support large numbers of users
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 673623faf..f36985640 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.1013' );
+define ( 'FRIENDIKA_VERSION', '2.2.1014' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1063 );