diff options
Diffstat (limited to 'protocols/MRA/version.h')
-rw-r--r-- | protocols/MRA/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/MRA/version.h b/protocols/MRA/version.h new file mode 100644 index 0000000000..b7ce1137bf --- /dev/null +++ b/protocols/MRA/version.h @@ -0,0 +1,6 @@ +#define __FILEVERSION_STRING 2, 0, 0, 1
+#define __VERSION_STRING "2.0.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(2, 0, 0, 1)
+
+#define PROTO_VERSION_MAJOR 1
+#define PROTO_VERSION_MINOR 21
|