diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 17:38:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 17:38:35 +0300 |
commit | c9d1f394e5b44fcfab5ae7ef25006779516f03ff (patch) | |
tree | fb0d4441c29c3afa795b231565798d3cf27d5a10 /plugins/Non-IM Contact/res | |
parent | c3766cdea1f52ee6f5d774a840f2f0d70c97386a (diff) |
PRODUCTVERSION of any version resource to contain the number of current build
Diffstat (limited to 'plugins/Non-IM Contact/res')
-rw-r--r-- | plugins/Non-IM Contact/res/Version.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/res/Version.rc b/plugins/Non-IM Contact/res/Version.rc index 5bfbab4754..9c92487a38 100644 --- a/plugins/Non-IM Contact/res/Version.rc +++ b/plugins/Non-IM Contact/res/Version.rc @@ -6,10 +6,11 @@ #include "afxres.h"
#include "..\src\version.h"
+#include <m_version.h> VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
+ PRODUCTVERSION MIRANDA_VERSION_FILEVERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
|