summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/src/version.h
blob: 80eef06fd7a4c755f4792159eef71aa5f929b88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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://nightly.miranda.im/"
#define __PLUGIN_NAME				"MetaContacts Plugin"
#define __FILENAME					"MetaContacts.dll"