diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-01 14:48:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-01 14:48:39 +0300 |
commit | 3ecac50fe24978aa1a3910f90505d9fb1276d7ca (patch) | |
tree | cef19d4d634eff66a9692bf570fcdbbba5d8587f /plugins/Msg_Export/src/version.h | |
parent | b7c9b0c944378ccf373d9daf0dac62dc81a7930e (diff) |
fixes #2264 (Msg_Export: в столбце UIN перманентный ноль)
Diffstat (limited to 'plugins/Msg_Export/src/version.h')
-rw-r--r-- | plugins/Msg_Export/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 3c185aefa3..2c0170c472 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 2 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include <stdver.h> |