summaryrefslogtreecommitdiff
path: root/metacontacts/version.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:48 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:48 +0000
commit200aa11bbd25189047b388b88b3fc1f50b785d7c (patch)
treee79c54c87855599ca27f4681b6b898173960202c /metacontacts/version.h
parent10a3bfa53858f75fa64833ce5d860a14a756c38a (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@8 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts/version.h')
-rw-r--r--metacontacts/version.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/metacontacts/version.h b/metacontacts/version.h
new file mode 100644
index 0000000..84ad861
--- /dev/null
+++ b/metacontacts/version.h
@@ -0,0 +1,27 @@
+// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure
+// (Be careful that you don't have the resource file open when you change this and rebuild, otherwise the changes may not
+// take effect within the version resource)
+
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 12
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+#define __STRINGIFY(x) #x
+#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 __AUTHORWEB "http://www.scottellis.com.au"
+
+#ifdef _UNICODE
+#define __PLUGIN_NAME "MetaContacts Plugin (Unicode)"
+#else
+#define __PLUGIN_NAME "MetaContacts Plugin"
+#endif
+#define __FILENAME "MetaContacts.dll"
+