summaryrefslogtreecommitdiff
path: root/plugins/metacontacts/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
commitf920ef497f3299ae24fe783ce03bdd93b419f764 (patch)
treebdaa9197c08d29ab141a6adfdd6cc0a68ddd3996 /plugins/metacontacts/version.h
parent6c3b0571f0678da0512069869afaa284c054377e (diff)
plugins folders renaming
git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/metacontacts/version.h')
-rw-r--r--plugins/metacontacts/version.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/metacontacts/version.h b/plugins/metacontacts/version.h
deleted file mode 100644
index 5c5bf65b3e..0000000000
--- a/plugins/metacontacts/version.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// 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 __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"
-