summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/version.h')
-rw-r--r--protocols/IRCG/src/version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h
new file mode 100644
index 0000000000..4def5ec467
--- /dev/null
+++ b/protocols/IRCG/src/version.h
@@ -0,0 +1,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 "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"