summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-01 05:37:28 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-01 05:37:28 +0000
commit31f0cb350f66ed8f075971774751261f6fd800e4 (patch)
treefb1f3989ef4ae657d37d3f25628e2ebc8483111c /plugins/MetaContacts/src/version.h
parent3e8f6a3c8ff68cda1cb4cbccc27910e93190a005 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src/version.h')
-rw-r--r--plugins/MetaContacts/src/version.h18
1 files changed, 5 insertions, 13 deletions
diff --git a/plugins/MetaContacts/src/version.h b/plugins/MetaContacts/src/version.h
index d05b7262a8..539b9f2d31 100644
--- a/plugins/MetaContacts/src/version.h
+++ b/plugins/MetaContacts/src/version.h
@@ -1,22 +1,14 @@
-// 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 14
#define __RELEASE_NUM 0
#define __BUILD_NUM 13
-#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 __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __DESC "Merges contacts from the same or different protocols into one."
+#define __PLUGIN_NAME "MetaContacts"
+#define __FILENAME "MetaContacts.dll"
+#define __DESCRIPTION "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://miranda-ng.org/"
-#define __PLUGIN_NAME "MetaContacts"
-#define __FILENAME "MetaContacts.dll"
-
+#define __COPYRIGHT "© 2005,2006 Scott Ellis"