summaryrefslogtreecommitdiff
path: root/plugins/Rate/src/version.h
blob: ccfe0606116ea15542df81cc7c240c5ad398b368 (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 present)."
#define __AUTHOR               "Kildor, Thief"
#define __AUTHOREMAIL            "kostia@ngs.ru"
#define __AUTHORWEB               "https://miranda-ng.org/p/Rate/"
#define __COPYRIGHT               "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"