aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-29 15:47:26 -0700
committerFriendika <info@friendika.com>2011-05-29 15:47:26 -0700
commit547fd1e0e5155d50941fd8f6cfd89701a5da650b (patch)
treea3646f217ecab52d16029dcfbbcde959bd4e70ec /boot.php
parent69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff)
downloadvolse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.tar.gz
volse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.tar.bz2
volse-hubzilla-547fd1e0e5155d50941fd8f6cfd89701a5da650b.zip
small fixes to item post to try and sort out segfault issues on php 5.3 (?)
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 6de0f7a7f..0495c97d7 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.993' );
+define ( 'FRIENDIKA_VERSION', '2.2.995' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1059 );