summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/version.h
blob: 1138d8fa66acf929c29ec0d208213ff0c0e758d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define __FILEVERSION_STRING        0,11,0,1
#define __VERSION_STRING            "0.11.0.1"
#define __VERSION_DWORD             PLUGIN_MAKE_VERSION(0, 11, 0, 1)

#define __DESC	                 "Internet Relay Chat (IRC) protocol support for Miranda NG."
#define __AUTHOR                 "Miranda team"
#define __AUTHOREMAIL            "ghazan@miranda-im.org"
#define __COPYRIGHT              "c 2003-2011 Jurgen Persson, George Hazan"
#define __AUTHORWEB              "http://miranda-ng.org/p/IRC/"

#define __PLUGIN_NAME            "IRC protocol"
#define __FILENAME               "IRC.dll"