diff options
| author | George Hazan <ghazan@miranda.im> | 2019-04-24 15:53:13 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-04-24 15:53:13 +0300 |
| commit | e7ee5080b45f9f14beb8b4b4e88c3dfad645fe7a (patch) | |
| tree | f361adf2830e4bed5ddfafdb686f50b32e1800ff /build | |
| parent | bf95ecabe893a0dac65d4906df3ff2ebf0e5a0ca (diff) | |
fix for a common version resource
Diffstat (limited to 'build')
| -rw-r--r-- | build/Version.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Version.rc b/build/Version.rc index 6938dfd4af..d32f406dac 100644 --- a/build/Version.rc +++ b/build/Version.rc @@ -33,8 +33,9 @@ BEGIN BLOCK "000004b0" BEGIN VALUE "Author", __AUTHOR + VALUE "Company", "Miranda NG" VALUE "FileDescription", __DESCRIPTION - VALUE "FileVersion", __VERSION_STRING + VALUE "FileVersion", __VERSION_STRING_DOTS VALUE "InternalName", __FILENAME VALUE "LegalCopyright", __COPYRIGHT VALUE "OriginalFilename", __FILENAME |
