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

Skip to content

Commit decafd8

Browse files
committed
Change encoding used in Windows version info entries from UTF8 to CP1252.
See bug#37199170.
1 parent 1994d55 commit decafd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/version_info/version_info.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ VS_VERSION_INFO VERSIONINFO
4545
BEGIN
4646
BLOCK "StringFileInfo"
4747
BEGIN
48-
BLOCK "040904b0"
48+
BLOCK "040904E4"
4949
BEGIN
5050
VALUE "CompanyName", "Oracle Corporation\0"
5151
VALUE "ProductName", "MySQL Connector/C++\0"

0 commit comments

Comments
 (0)