projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d38e3
)
Fix installer to allow to choose 3.4 version.
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 24 Nov 2014 05:50:21 +0000
(14:50 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 24 Nov 2014 05:50:21 +0000
(14:50 +0900)
install/checkParameter.php
patch
|
blob
|
blame
|
history
diff --git
a/install/checkParameter.php
b/install/checkParameter.php
index 6b070c4047f08246e66b92c962fde9d252c38319..e5dfa0d00873f5fb1769bf9e0dac3a7c293e2960 100644
(file)
--- a/
install/checkParameter.php
+++ b/
install/checkParameter.php
@@
-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');
}