diff options
Diffstat (limited to 'plugins/!Deprecated/MetaContacts/src/version.h')
-rw-r--r-- | plugins/!Deprecated/MetaContacts/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/!Deprecated/MetaContacts/src/version.h b/plugins/!Deprecated/MetaContacts/src/version.h new file mode 100644 index 0000000000..3e17b2a8e4 --- /dev/null +++ b/plugins/!Deprecated/MetaContacts/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 14
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 13
+
+#include <stdver.h>
+
+#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 __AUTHORWEB "http://miranda-ng.org/p/MetaContacts/"
+#define __COPYRIGHT "© 2005,2006 Scott Ellis"
|