summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/version.h
blob: b338029551f1d6d35d7a66946808f353b4fe9224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION          0
#define __MINOR_VERSION          1
#define __RELEASE_NUM            9
#define __BUILD_NUM              0

#include <stdver.h>

#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"