Skip to content

Commit 3730b29

Browse files
committed
Fix Windows version info attribute name.
1 parent da2ab4b commit 3730b29

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
@@ -24,7 +24,7 @@ BEGIN
2424
VALUE "FileVersion", "@[email protected]\0"
2525
VALUE "LegalCopyright", "Copyright (c) 1995, @COPYRIGHT_YEAR@, Oracle and/or its affiliates.\0"
2626
VALUE "LegalTrademarks", "Oracle(R), Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates.\0"
27-
VALUE "OriginalFileName", "@BASE@\0"
27+
VALUE "OriginalFilename", "@BASE@\0"
2828
VALUE "InternalName", "@BASE_WE@\0"
2929
VALUE "FileDescription", "@DESCRIPTION@\0"
3030
VALUE "Comments", "@COMMENTS@\0"

0 commit comments

Comments
 (0)