blob: 891778b60f3456e6f81f6ec1c8f06026a8b7882a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 3
#include <stdver.h>
#define __DESC "Internet Relay Chat (IRC) protocol support for Miranda NG."
#define __AUTHOR "Miranda team"
#define __AUTHOREMAIL "ghazan@miranda.im"
#define __COPYRIGHT "© 2003-16 Jurgen Persson, George Hazan"
#define __AUTHORWEB "http://miranda-ng.org/p/IRC/"
#define __PLUGIN_NAME "IRC protocol"
#define __FILENAME "IRC.dll"
|