Update MSVC toolchain to match SGML entity uppercasing

Per Robert Haas
This commit is contained in:
Alvaro Herrera 2011-04-04 16:42:42 -04:00
parent 240067b3b0
commit 34a991619b
1 changed files with 2 additions and 2 deletions

View File

@ -389,8 +389,8 @@ EOF
open(O, ">doc/src/sgml/version.sgml") || croak "Could not write to version.sgml\n";
print O <<EOF;
<!entity version "$self->{strver}">
<!entity majorversion "$self->{majorver}">
<!ENTITY version "$self->{strver}">
<!ENTITY majorversion "$self->{majorver}">
EOF
close(O);
}