From 1485334c199bac70572ba14fce272afabebc4c04 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 7 Oct 2013 06:16:46 +0000 Subject: Xfire: version info added git-svn-id: http://svn.miranda-ng.org/main/trunk@6387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 protocols/Xfire/src/version.h (limited to 'protocols/Xfire/src/version.h') 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" -- cgit v1.2.3