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

#include <stdver.h>

#define __PLUGIN_NAME            "Dummy protocol"
#define __FILENAME               "Dummy.dll"
#define __DESCRIPTION            "Dummy protocol for Miranda NG. Could be used for holding contacts and history from deprecated protocols or for creating virtual contacts."
#define __AUTHOR                 "Robert Pösel"
#define __AUTHORWEB              "https://miranda-ng.org/p/Dummy/"
#define __COPYRIGHT              "© 2014-17 Robert Pösel, 2017-18 Miranda NG team"