Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34a9916

Browse files
committed
Update MSVC toolchain to match SGML entity uppercasing
Per Robert Haas
1 parent 240067b commit 34a9916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Solution.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ EOF
389389

390390
open(O, ">doc/src/sgml/version.sgml") || croak "Could not write to version.sgml\n";
391391
print O <<EOF;
392-
<!entity version "$self->{strver}">
393-
<!entity majorversion "$self->{majorver}">
392+
<!ENTITY version "$self->{strver}">
393+
<!ENTITY majorversion "$self->{majorver}">
394394
EOF
395395
close(O);
396396
}

0 commit comments

Comments
 (0)