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

#include <stdver.h>

#define __PLUGIN_NAME              "Discord protocol"
#define __FILENAME                 "Discord.dll"
#define __DESCRIPTION              "Discord support for Miranda NG."
#define __AUTHOR                   "George Hazan"
#define __AUTHOREMAIL              "ghazan@miranda.im"
#define __AUTHORWEB                "http://miranda-ng.org/p/Discord/"
#define __COPYRIGHT                "© 2016-17 Miranda NG team"