blob: 539b9f2d31c942d1d1326c0433e391bd97c967b1 (
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
#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#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/"
#define __COPYRIGHT					"© 2005,2006 Scott Ellis"
 |