summaryrefslogtreecommitdiff
path: root/plugins/ZeroSwitch/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-27 17:38:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-27 17:38:35 +0300
commitc9d1f394e5b44fcfab5ae7ef25006779516f03ff (patch)
treefb0d4441c29c3afa795b231565798d3cf27d5a10 /plugins/ZeroSwitch/res
parentc3766cdea1f52ee6f5d774a840f2f0d70c97386a (diff)
PRODUCTVERSION of any version resource to contain the number of current build
Diffstat (limited to 'plugins/ZeroSwitch/res')
-rw-r--r--plugins/ZeroSwitch/res/Version.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ZeroSwitch/res/Version.rc b/plugins/ZeroSwitch/res/Version.rc
index fdeb14668c..6b47621286 100644
--- a/plugins/ZeroSwitch/res/Version.rc
+++ b/plugins/ZeroSwitch/res/Version.rc
@@ -5,8 +5,8 @@
#endif //APSTUDIO_INVOKED
#include "..\src\version.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
+#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