diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 06:16:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-07 06:16:46 +0000 |
commit | 1485334c199bac70572ba14fce272afabebc4c04 (patch) | |
tree | c5501525fb69a8e0dbf4fb78b2b970a993cc613a /protocols/Xfire/src/version.h | |
parent | 123c61c460115c13234f3f072f83d2a6e9ed7011 (diff) |
Xfire: version info added
git-svn-id: http://svn.miranda-ng.org/main/trunk@6387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/version.h')
-rw-r--r-- | protocols/Xfire/src/version.h | 14 |
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"
|