summaryrefslogtreecommitdiff
path: root/metacontacts/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'metacontacts/version.h')
-rw-r--r--metacontacts/version.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/metacontacts/version.h b/metacontacts/version.h
index 0be88cf..e053ce1 100644
--- a/metacontacts/version.h
+++ b/metacontacts/version.h
@@ -13,12 +13,14 @@
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
#define __DESC "Merges contacts from the same or different protocols into one"
-#define __AUTHOR "J. Schaal & S. Ellis"
-#define __AUTHOREMAIL "mail@scottellis.com.au"
-#define __COPYRIGHT "© 2005,2006 Scott Ellis"
+#define __AUTHOR "J. Schaal & S. Ellis & B. Krasnovskiy"
+#define __AUTHOREMAIL "borkra@miranda-im.org"
+#define __COPYRIGHT "© 2005,2006 Scott Ellis 2010-2012 Boris Krasnovskiy"
#define __AUTHORWEB "http://www.scottellis.com.au"
-#ifdef _UNICODE
+#if defined(_WIN64)
+#define __PLUGIN_NAME "MetaContacts Plugin x64"
+#elif defined(UNICODE) || defined(_UNICODE)
#define __PLUGIN_NAME "MetaContacts Plugin (Unicode)"
#else
#define __PLUGIN_NAME "MetaContacts Plugin"