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

#include <stdver.h>

#define __PLUGIN_NAME         "Jabber protocol"
#define __FILENAME            "Jabber.dll"
#define __DESCRIPTION         "Jabber (XMPP) protocol support for Miranda NG."
#define __AUTHOR              "George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura"
#define __COPYRIGHT           "© 2005-24 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura"
#define __AUTHORWEB           "https://miranda-ng.org/p/Jabber"