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

#include <stdver.h>

#define __PLUGIN_NAME            "WhatsApp protocol"
#define __FILENAME               "WhatsApp.dll"
#define __DESCRIPTION            "WhatsApp protocol support for Miranda NG."
#define __AUTHOR                 "Uli Hecht"
#define __AUTHOREMAIL            ""
#define __AUTHORWEB              "http://miranda-ng.org/p/WhatsApp/"
#define __COPYRIGHT              "© 2013-14 Uli Hecht"