blob: 47cb3d62a9fd92e66dd9021878d31b1de87ab10b (
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
#include <stdver.h>
#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"
|