diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-16 12:47:53 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-16 12:47:53 +0000 |
commit | 6eb843fa1f9d7c63f1a89a152e93d9b38f893009 (patch) | |
tree | e3ebba44ff2630244b7054b29c29edf22fb7cd1e /plugins/!Deprecated/MetaContacts/src/version.h | |
parent | 907116c051e995a6a593743c7a6dfdece747c2c0 (diff) |
MetaContacts moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@8134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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"
|