blob: 8ec3205d42088d125ddf0c787117ba80b9cef2f0 (
plain)
1
2
3
4
5
6
|
#define __FILEVERSION_STRING 2, 1, 0, 1
#define __VERSION_STRING "2.1.0.1"
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(2, 1, 0, 1)
#define PROTO_VERSION_MAJOR 1
#define PROTO_VERSION_MINOR 21
|