summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/version.h')
-rw-r--r--protocols/Xfire/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Xfire/src/version.h b/protocols/Xfire/src/version.h
new file mode 100644
index 0000000000..e46dd45ce1
--- /dev/null
+++ b/protocols/Xfire/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 8
+#define __BUILD_NUM 4
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Xfire protocol"
+#define __FILENAME "Xfire.dll"
+#define __DESCRIPTION "Xfire protocol support for Miranda NG."
+#define __AUTHOR "dufte"
+#define __AUTHOREMAIL "dufte@justmail.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/XFire/"
+#define __COPYRIGHT "(c) 2012 Xfirelib by Herbert Poul, Xfire Miranda protocol plugin by dufte"