Fix installer to allow to choose 3.4 version.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 24 Nov 2014 05:50:21 +0000 (14:50 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 24 Nov 2014 05:50:21 +0000 (14:50 +0900)
install/checkParameter.php

index 6b070c4047f08246e66b92c962fde9d252c38319..e5dfa0d00873f5fb1769bf9e0dac3a7c293e2960 100644 (file)
@@ -424,7 +424,7 @@ else {
 
 function versions()
 {
-    return array('3.3', '3.2', '3.1', '3.0',
+    return array('3.4', '3.3', '3.2', '3.1', '3.0',
                  '2.3', '2.2', '2.1', '2.0');
 }