diff options
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r-- | plugins/CryptoPP/crypto/res/Version.rc | 3 | ||||
-rw-r--r-- | plugins/CryptoPP/res/version.rc | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/plugins/CryptoPP/crypto/res/Version.rc b/plugins/CryptoPP/crypto/res/Version.rc index 5bfbab4754..de8561a64e 100644 --- a/plugins/CryptoPP/crypto/res/Version.rc +++ b/plugins/CryptoPP/crypto/res/Version.rc @@ -6,10 +6,11 @@ #include "afxres.h"
#include "..\src\version.h"
+#include "..\..\include\m_version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/plugins/CryptoPP/res/version.rc b/plugins/CryptoPP/res/version.rc index fdeb14668c..c47d771fcd 100644 --- a/plugins/CryptoPP/res/version.rc +++ b/plugins/CryptoPP/res/version.rc @@ -4,9 +4,9 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#include "..\src\version.h" +#include "..\..\include\m_version.h"
+
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
@@ -21,7 +21,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
|