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