diff options
-rw-r--r-- | build/Version.rc | 3 | ||||
-rw-r--r-- | src/core/stdautoaway/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdclist/src/version.h | 10 | ||||
-rw-r--r-- | src/core/stdcrypt/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdfile/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/version.h | 10 | ||||
-rw-r--r-- | src/core/stdpopup/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/version.h | 4 | ||||
-rw-r--r-- | src/core/stduihist/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/version.h | 2 |
13 files changed, 23 insertions, 22 deletions
diff --git a/build/Version.rc b/build/Version.rc index 6938dfd4af..d32f406dac 100644 --- a/build/Version.rc +++ b/build/Version.rc @@ -33,8 +33,9 @@ BEGIN BLOCK "000004b0" BEGIN VALUE "Author", __AUTHOR + VALUE "Company", "Miranda NG" VALUE "FileDescription", __DESCRIPTION - VALUE "FileVersion", __VERSION_STRING + VALUE "FileVersion", __VERSION_STRING_DOTS VALUE "InternalName", __FILENAME VALUE "LegalCopyright", __COPYRIGHT VALUE "OriginalFilename", __FILENAME 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 <m_version.h>
#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 <m_version.h>
#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 <m_version.h>
-#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 <m_version.h>
#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 <m_version.h>
#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 <m_version.h>
#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 <m_version.h>
-#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 <m_version.h> #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 <m_version.h>
-#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 <m_version.h>
#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 <m_version.h>
#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 <m_version.h>
#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"
|