diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-06 18:37:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-06 18:37:48 +0000 |
commit | ae1afa7d58e0ab42e8e93689c30f7d9084c926e4 (patch) | |
tree | 62609fda94ba1c01a9c4220fc739778b15299c3d /protocols/MRA/src/version.h | |
parent | 076848a0704b20cca9010da13b4631aede37c1ba (diff) |
more cleaning for MRA
git-svn-id: http://svn.miranda-ng.org/main/trunk@5978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 8ec3205d42..f8c4fb2be7 100644 --- a/protocols/MRA/src/version.h +++ b/protocols/MRA/src/version.h @@ -1,6 +1,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 __FILEVERSION_STRING 2, 1, 0, 2
+#define __VERSION_STRING "2.1.0.2"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(2, 1, 0, 2)
#define PROTO_VERSION_MAJOR 1
#define PROTO_VERSION_MINOR 21
|