diff options
Diffstat (limited to 'protocols/MRA/src/version.h')
-rw-r--r-- | protocols/MRA/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h index b7ce1137bf..8ec3205d42 100644 --- a/protocols/MRA/src/version.h +++ b/protocols/MRA/src/version.h @@ -1,6 +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 __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
|