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

#include <stdver.h>

#define __PLUGIN_NAME            "WhatsAppWeb protocol"
#define __FILENAME               "WhatsAppWeb.dll"
#define __DESCRIPTION            "WhatsApp Web protocol support for Miranda NG."
#define __AUTHOR                 "George Hazan"
#define __AUTHOREMAIL            ""
#define __AUTHORWEB              "https://miranda-ng.org/p/WhatsApp/"
#define __COPYRIGHT              "© 2019 Miranda NG Team"