1
1
Fork 0

small fixes to item post to try and sort out segfault issues on php 5.3 (?)

This commit is contained in:
Friendika 2011-05-29 15:47:26 -07:00
commit 547fd1e0e5
3 changed files with 8 additions and 13 deletions

View file

@ -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 );