diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-29 19:30:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-29 19:31:06 +0300 |
commit | 5792d59c3ed577096556b744a51bb375e59c325f (patch) | |
tree | ec81e22742dcdcc8f9133b5b1ed5927b7a253286 /protocols/Discord/src/version.h | |
parent | 7869990f380805939298ef3d59e6ccf9b62bc834 (diff) |
Discord:
- fixes #1953 ([Discord] Changing status post-sign-in doesn't work unless a normal client is also open);
- fixes #705 ([Discord] System tray icon does not reflect actual status of Discord protocol);
- version bump
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h index eb2be75625..00d257e060 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 6 #define __RELEASE_NUM 2 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include <stdver.h> |