summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/src/version.h
blob: 3e17b2a8e46099fd39e6deeba0a7a172e3cc6e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"