diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-05 15:22:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-05 15:22:32 +0300 |
commit | ef43522995b7f653028584aab2369f3570c6a8cc (patch) | |
tree | 0119ac5f3df9a5109cd586f844f42ffa4790de4b | |
parent | adae712773354eb6ec2a241610b43b889836546d (diff) |
fix for a h++ version resource
-rw-r--r-- | plugins/HistoryPlusPlus/version.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/HistoryPlusPlus/version.rc b/plugins/HistoryPlusPlus/version.rc index 85f82592df..8555bf946f 100644 --- a/plugins/HistoryPlusPlus/version.rc +++ b/plugins/HistoryPlusPlus/version.rc @@ -4,8 +4,6 @@ #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED -#include "..\..\include\m_version.h" - ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources @@ -16,7 +14,7 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION 1,5,1,5 - PRODUCTVERSION MIRANDA_VERSION_COREVERSION + PRODUCTVERSION 1,5,1,5 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |