From 98cb0f179206843ceaa87df6bfb3d1da045ed8ad Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 29 Jan 2011 09:55:12 -0500
Subject: [PATCH] Apply bug fixes and localization updated from trunk for release 0.5.1

---
 installer/check.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index 7fa4d95..0ba5f58 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -68,7 +68,7 @@
 <h3>Checking PHP version</h3>
 <?php
 
-define('MIN_PHP_VERSION', '5.2.0');
+define('MIN_PHP_VERSION', '5.2.1');
 if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) {
     $RCI->pass('Version', 'PHP ' . PHP_VERSION . ' detected');
 } else {

--
Gitblit v1.9.1