From e7ee5080b45f9f14beb8b4b4e88c3dfad645fe7a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Apr 2019 15:53:13 +0300 Subject: fix for a common version resource --- src/core/stdmsg/src/version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 9d4053d942..0d1457dca4 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -1,12 +1,12 @@ #include -#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Send/Receive Messages" #define __FILENAME "stdmsg.dll" -#define __DESCRIPTION "Core module for send/receive instant messages." +#define __DESCRIPTION "Core module for send/receive instant messages." #define __AUTHOR "Miranda NG team" -#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/" -#define __COPYRIGHT "© 2012-19 Miranda NG team" +#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/" +#define __COPYRIGHT "© 2012-19 Miranda NG team" -- cgit v1.2.3