blob: 10427dc97fe6bc5da5e00dac84bca3e08737f208 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 2
#define __BUILD_NUM 8
#include <stdver.h>
#define __PLUGIN_NAME "Discord protocol"
#define __FILENAME "Discord.dll"
#define __DESCRIPTION "Discord support for Miranda NG."
#define __AUTHOR "George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/Discord/"
#define __COPYRIGHT "© 2016-21 Miranda NG team"
|