aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-22 14:20:31 -0700
committerFriendika <info@friendika.com>2011-05-22 14:20:31 -0700
commitea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53 (patch)
tree225ff3c385689abd94c36e3110c07da2daebf56f /boot.php
parentf4e47f168feb1075c30ba478e823f61dbcd26e02 (diff)
downloadvolse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.tar.gz
volse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.tar.bz2
volse-hubzilla-ea0a28ebfb10e1a42e2f28b076b8d4e8d79f8e53.zip
removed buggy debug code ;)
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 9581541bd..1a6bf622c 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.987' );
+define ( 'FRIENDIKA_VERSION', '2.2.988' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1054 );