blob: 233338df9abe45cd3b32e28982d87a10e596e998 (
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            "ModernOpt"
#define __FILENAME               "ModernOpt.dll"
#define __DESCRIPTION             "Support for new options design."
#define __AUTHOR               "Victor Pavlychko, George Hazan"
#define __AUTHOREMAIL            "ghazan@miranda-ng.org"
#define __AUTHORWEB               "http://miranda-ng.org/p/ModernOpt/"
#define __COPYRIGHT               "© 2009 Victor Pavlychko, George Hazan"
 |