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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Console"
#define __FILENAME					"Console.dll"
#define __DESCRIPTION 				"Console log window for Miranda."
#define __AUTHOR					"Bio"
#define __AUTHOREMAIL				"bio@ktaspb.ru"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2005-2012 Bio"