From 547fd1e0e5155d50941fd8f6cfd89701a5da650b Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 29 May 2011 15:47:26 -0700 Subject: small fixes to item post to try and sort out segfault issues on php 5.3 (?) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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 ); -- cgit v1.2.3