blob: adf40d6fa9c9ade6bd5b2d7737c1c9ebcfaa71b3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #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 present)."
#define __AUTHOR               "Kildor, Thief"
#define __AUTHORWEB               "https://miranda-ng.org/p/Rate/"
#define __COPYRIGHT               "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"
 |