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/stdautoaway/src/version.h | 2 +- src/core/stdaway/src/version.h | 2 +- src/core/stdclist/src/version.h | 10 +++++----- src/core/stdcrypt/src/version.h | 2 +- src/core/stdemail/src/version.h | 2 +- src/core/stdfile/src/version.h | 2 +- src/core/stdmsg/src/version.h | 10 +++++----- src/core/stdpopup/src/version.h | 2 +- src/core/stdssl/src/version.h | 4 ++-- src/core/stduihist/src/version.h | 2 +- src/core/stduserinfo/src/version.h | 2 +- src/core/stduseronline/src/version.h | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) (limited to 'src') diff --git a/src/core/stdautoaway/src/version.h b/src/core/stdautoaway/src/version.h index 434857b9d2..c270890e13 100644 --- a/src/core/stdautoaway/src/version.h +++ b/src/core/stdautoaway/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard AutoAway module" #define __FILENAME "stdautoaway.dll" diff --git a/src/core/stdaway/src/version.h b/src/core/stdaway/src/version.h index b889374028..5921c55da6 100644 --- a/src/core/stdaway/src/version.h +++ b/src/core/stdaway/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard Away module" #define __FILENAME "stdaway.dll" diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index 0b7cadbd64..1d641ea3fd 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/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 "Classic contact list" #define __FILENAME "stdclist.dll" -#define __DESCRIPTION "Core module for displaying contacts." +#define __DESCRIPTION "Core module for displaying contacts." #define __AUTHOR "Miranda NG team" -#define __AUTHORWEB "https://miranda-ng.org/p/StdClist/" -#define __COPYRIGHT "© 2012-19 Miranda NG team" +#define __AUTHORWEB "https://miranda-ng.org/p/StdClist/" +#define __COPYRIGHT "© 2012-19 Miranda NG team" diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h index bab9d4e389..09a8cd7638 100644 --- a/src/core/stdcrypt/src/version.h +++ b/src/core/stdcrypt/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard encrypting module" #define __FILENAME "stdcrypt.dll" diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index acf85d5631..08e484b9d1 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard Email module" #define __FILENAME "stdemail.dll" diff --git a/src/core/stdfile/src/version.h b/src/core/stdfile/src/version.h index b83dec5949..288b397137 100644 --- a/src/core/stdfile/src/version.h +++ b/src/core/stdfile/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard File Transfers" #define __FILENAME "stdfile.dll" 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" diff --git a/src/core/stdpopup/src/version.h b/src/core/stdpopup/src/version.h index 06797eb243..290d9a769b 100644 --- a/src/core/stdpopup/src/version.h +++ b/src/core/stdpopup/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard popup module" #define __FILENAME "stdpopup.dll" diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 66d8869757..9e14400377 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -1,8 +1,8 @@ #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 "Standard SSL Driver" #define __FILENAME "stdssl.dll" diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h index a92c00b876..a546d828bd 100644 --- a/src/core/stduihist/src/version.h +++ b/src/core/stduihist/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard History UI" #define __FILENAME "stduihist.dll" diff --git a/src/core/stduserinfo/src/version.h b/src/core/stduserinfo/src/version.h index 8e5a308738..29e254f618 100644 --- a/src/core/stduserinfo/src/version.h +++ b/src/core/stduserinfo/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard User Info module" #define __FILENAME "stduserinfo.dll" diff --git a/src/core/stduseronline/src/version.h b/src/core/stduseronline/src/version.h index 569745bf71..3c61503ac8 100644 --- a/src/core/stduseronline/src/version.h +++ b/src/core/stduseronline/src/version.h @@ -1,7 +1,7 @@ #include #define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION -#define __VERSION_STRING MIRANDA_VERSION_STRING +#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard User-Is-Online module" #define __FILENAME "stduseronline.dll" -- cgit v1.2.3