diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 22:59:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 23:00:45 +0300 |
commit | e06a3bd4b50fd001f4d0d49c10a0c4b988c563a0 (patch) | |
tree | ca8d3fba504b185adf1928b998935f8345d66cfd /plugins/MagneticWindows | |
parent | 6281960ec0d178935ca2881aff052a9eae5da337 (diff) |
comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who differ only in a build number
Diffstat (limited to 'plugins/MagneticWindows')
-rw-r--r-- | plugins/MagneticWindows/res/Version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MagneticWindows/res/Version.rc b/plugins/MagneticWindows/res/Version.rc index 436d86f9df..f5545beb04 100644 --- a/plugins/MagneticWindows/res/Version.rc +++ b/plugins/MagneticWindows/res/Version.rc @@ -10,7 +10,7 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + PRODUCTVERSION MIRANDA_VERSION_COREVERSION FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |