blob: 373462fe581c0bbdebe6589b7ae8fd31c1fb9dab (
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				2
#define __BUILD_NUM					1
#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __PLUGIN_NAME				"Contact`s rate"
#define __FILENAME					"Rate.dll"
#define __DESCRIPTION 				"Shows rating of contact in contact list (if presents)."
#define __AUTHOR					"Kildor, Thief"
#define __AUTHOREMAIL				"kostia@ngs.ru"
#define __AUTHORWEB					"http://miranda-ng.org/p/Rate/"
#define __COPYRIGHT					"© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"
 |