summaryrefslogtreecommitdiff
path: root/protocols/MRA/src/version.h
blob: 78a9e3ec58f181b6c3b32e55ade7229b584cc75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION      2
#define __MINOR_VERSION      1
#define __RELEASE_NUM        1
#define __BUILD_NUM          1

#include <stdver.h>

#define __PLUGIN_NAME        "MRA protocol"
#define __FILENAME           "MRA.dll"
#define __DESCRIPTION        "Miranda Mail.ru Agent protocol plugin."
#define __AUTHOR             "Rozhuk Ivan"
#define __AUTHOREMAIL        "Rozhuk_I@mail.ru"
#define __AUTHORWEB          "https://miranda-ng.org/p/MRA/"
#define __COPYRIGHT          "© 2005-17 Rozhuk Ivan"