diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-02-05 22:07:01 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-02-05 22:46:17 +0100 |
commit | d8142b3a62a0e0e5cb715f95f2e03d9bf808dff0 (patch) | |
tree | af524b3076b8e3eabb29c7b39e1791d1fc334838 /plugins/Msg_Export/src/version.h | |
parent | 63946d6a451ba85b0a098959590632da64a1f014 (diff) |
Msg_Export: Optimize exporting all history (fixes #609)
Makes export about 10x faster.
Diffstat (limited to 'plugins/Msg_Export/src/version.h')
-rw-r--r-- | plugins/Msg_Export/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 0d36369f14..98ef00069f 100644 --- a/plugins/Msg_Export/src/version.h +++ b/plugins/Msg_Export/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 3 #define __MINOR_VERSION 1 -#define __RELEASE_NUM 1 -#define __BUILD_NUM 6 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 0 #include <stdver.h> |