summaryrefslogtreecommitdiff
path: root/metacontacts/version.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2012-07-19 00:43:46 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2012-07-19 00:43:46 +0000
commit62d4aa61927c9d7402410e989b8a454161069f34 (patch)
treea5f382f3f675e211ac6a3a282016cd8e67696942 /metacontacts/version.h
parente89fe281f2589d9bc562b8f59efba3680d497137 (diff)
Updated copyright and projectsHEADtrunkmaster
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@603 4f64403b-2f21-0410-a795-97e2b3489a10
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"