diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 20:39:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 20:39:00 +0300 |
commit | 2c0887990beeb6c6f1058ad436e95f5b3a86e401 (patch) | |
tree | 7f092678d964db7695d22e09938b8e831f3f5a9b /plugins/SpellChecker/Flags | |
parent | 97664741d4f4159097bd0a8c0171587f55f5cb1d (diff) |
version resource fixed in some icon dlls
Diffstat (limited to 'plugins/SpellChecker/Flags')
-rw-r--r-- | plugins/SpellChecker/Flags/res/Version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/Flags/res/Version.rc b/plugins/SpellChecker/Flags/res/Version.rc index 508b3e9f14..5bfbab4754 100644 --- a/plugins/SpellChecker/Flags/res/Version.rc +++ b/plugins/SpellChecker/Flags/res/Version.rc @@ -9,7 +9,7 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
+ PRODUCTVERSION __FILEVERSION_STRING
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
|