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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"Miranda text control"
#define __FILENAME					"mTextControl.dll"
#define __DESCRIPTION 				"Provides text render API for different plugins."
#define __AUTHOR					"Merlin_de, Victor Pavlychko"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/p/mTextControl/"
#define __COPYRIGHT					"© 2005-2006 Victor Pavlychko, 2010 Merlin_de"