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/HistoryPlusPlus | |
parent | 6281960ec0d178935ca2881aff052a9eae5da337 (diff) |
comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who differ only in a build number
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/version.rc b/plugins/HistoryPlusPlus/version.rc index 18dbb1b90c..85f82592df 100644 --- a/plugins/HistoryPlusPlus/version.rc +++ b/plugins/HistoryPlusPlus/version.rc @@ -16,7 +16,7 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION 1,5,1,5 - PRODUCTVERSION MIRANDA_VERSION_FILEVERSION + PRODUCTVERSION MIRANDA_VERSION_COREVERSION FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |