diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-19 14:14:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-19 14:14:40 +0000 |
commit | 0fb97def52d30f7cb3e7e849420f74427523646b (patch) | |
tree | 1ebc16f460b53730ab8ce6755ffd699c6bb81199 /protocols/MRA/src/version.h | |
parent | 742025cc23c1a2b299048000721c9f98223d0fae (diff) |
less aggressive method of closing connection
might cause problems on slow machines
git-svn-id: http://svn.miranda-ng.org/main/trunk@17010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/version.h')
-rw-r--r-- | protocols/MRA/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h index c8c3b49a32..eda2bceea0 100644 --- a/protocols/MRA/src/version.h +++ b/protocols/MRA/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 10
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|