From 53f1891bf3caf9ade32bf104b51049d32b2c4e06 Mon Sep 17 00:00:00 2001 From: pengbo Date: Mon, 3 Apr 2017 12:29:38 +0900 Subject: [PATCH] Add selection of version 3.6 in pgpoolAdmin install. Per bug297. --- install/checkParameter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/checkParameter.php b/install/checkParameter.php index fe16fd3..c546bfa 100644 --- a/install/checkParameter.php +++ b/install/checkParameter.php @@ -466,7 +466,7 @@ else { function versions() { - return array('3.5', '3.4', '3.3', '3.2', '3.1', '3.0', + return array('3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0', '2.3', '2.2', '2.1', '2.0'); } -- 2.39.5