diff options
Diffstat (limited to 'protocols/IRCG/version.h')
-rw-r--r-- | protocols/IRCG/version.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/protocols/IRCG/version.h b/protocols/IRCG/version.h deleted file mode 100644 index 4def5ec467..0000000000 --- a/protocols/IRCG/version.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 "IRC protocol 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/"
-
-#define __PLUGIN_NAME "IRC protocol"
-#define __FILENAME "IRC.dll"
|