blob: 9f7aa150986d39aab3d6918dfeb2db8c6f21a15d (
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              2
#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              "c 2003-2013 Jurgen Persson, George Hazan"
#define __AUTHORWEB              "http://miranda-ng.org/p/IRC/"
#define __PLUGIN_NAME            "IRC protocol"
#define __FILENAME               "IRC.dll"
 |