mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 01:40:33 -05:00
Update MSVC toolchain to match SGML entity uppercasing
Per Robert Haas
This commit is contained in:
parent
240067b3b0
commit
34a991619b
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue