diff options
author | Friendika <info@friendika.com> | 2011-05-29 15:47:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-29 15:47:26 -0700 |
commit | 547fd1e0e5155d50941fd8f6cfd89701a5da650b (patch) | |
tree | a3646f217ecab52d16029dcfbbcde959bd4e70ec /boot.php | |
parent | 69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |