Add selection of version 3.6 in pgpoolAdmin install.
authorpengbo <[email protected]>
Mon, 3 Apr 2017 03:29:38 +0000 (12:29 +0900)
committerpengbo <[email protected]>
Mon, 3 Apr 2017 03:29:38 +0000 (12:29 +0900)
Per bug297.

install/checkParameter.php

index fe16fd3600c491210bf7eb738d66b584a054dd70..c546bfa628fa96a82bc06e229949ec7c125faaf6 100644 (file)
@@ -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');
 }