blob: 3e8d121f23a1e4cc767ccef652a60e0703ee7ea7 (
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            0
#define __BUILD_NUM              0
#include <stdver.h>
#define __PLUGIN_NAME            "Dummy protocol"
#define __FILENAME               "Dummy.dll"
#define __DESCRIPTION            "Dummy protocol for Miranda NG."
#define __AUTHOR                 "Robert P\xf6" "sel"
#define __AUTHOREMAIL            "robyer@seznam.cz"
#define __AUTHORWEB              "http://miranda-ng.org/p/Dummy/"
#define __COPYRIGHT              "© 2014 Robert P\xf6" "sel"
 |