From cb6c1f91b7b2b30c3d9e9f4e6c97b0704361a1f3 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 9 May 2011 16:51:25 -0700 Subject: rolling version number in preparation for release --- boot.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index dee3b82cf..2b9b209b4 100644 --- a/boot.php +++ b/boot.php @@ -3,7 +3,8 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.1.973' ); + +define ( 'FRIENDIKA_VERSION', '2.2.975' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1054 ); @@ -20,7 +21,7 @@ define ( 'DOWN_ARROW', '⇩' ); * */ -define ( 'JPEG_QUALITY', 100 ); +define ( 'JPEG_QUALITY', 100 ); /** * SSL redirection policies -- cgit v1.2.3