From 8088e7f9115f0f1c1b778ba20b22d99a016626b8 Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Mon, 20 Apr 2009 19:29:28 -0400 Subject: [PATCH] Upgrade minimal PostgreSQL version to 7.3 --- libraries/lib.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 3cc9e284..06b0d9f5 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -19,7 +19,7 @@ $appVersion = '5.0-dev'; // PostgreSQL and PHP minimum version - $postgresqlMinVer = '7.0'; + $postgresqlMinVer = '7.3'; $phpMinVer = '5.0'; // Check the version of PHP -- 2.39.5