summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/version.h
blob: e46dd45ce169d27aadcb1399db2cdfcb349f591a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION				0
#define __MINOR_VERSION				1
#define __RELEASE_NUM				8
#define __BUILD_NUM					4

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Xfire protocol"
#define __FILENAME					"Xfire.dll"
#define __DESCRIPTION 				"Xfire protocol support for Miranda NG."
#define __AUTHOR					"dufte"
#define __AUTHOREMAIL				"dufte@justmail.de"
#define __AUTHORWEB					"http://miranda-ng.org/p/XFire/"
#define __COPYRIGHT					"(c) 2012 Xfirelib by Herbert Poul, Xfire Miranda protocol plugin by dufte"