summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengbo2017-04-03 03:29:38 +0000
committerpengbo2017-04-03 03:29:38 +0000
commit53f1891bf3caf9ade32bf104b51049d32b2c4e06 (patch)
treedc2ff3e017afdc4024cd318e2eec723061f080c9
parent4615f807179fbfbdb18c7856e109d95f53abc201 (diff)
Add selection of version 3.6 in pgpoolAdmin install.
Per bug297.
-rw-r--r--install/checkParameter.php2
1 files changed, 1 insertions, 1 deletions
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');
}