blob: 5ab18e5aa4f1c11d6104b054345f24b3af96ebf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __TOSTRING(x) #x
#define __VERSION_STRING __TOSTRING(__FILEVERSION_STRING)
#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"
|