summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/version.h
blob: 67d25422275e99292125e5235fdb60c61e2ad0ae (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				4
#define __BUILD_NUM					2

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"User info ext"
#define __FILENAME					"UInfoEx.dll"
#define __DESCRIPTION 				"Extended UserInfo module for Miranda NG. Provides interface to edit all contact information."
#define __AUTHOR					"DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"
#define __AUTHOREMAIL				"deathaxe@web.de"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2006-2009 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol"