diff options
author | George Hazan <ghazan@miranda.im> | 2021-11-18 20:52:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-11-18 20:52:06 +0300 |
commit | 2ff4116cc11b7b3678f191de0dfb596029add833 (patch) | |
tree | dbeafd6ef54f6e084e6815ba1ad2210488c1e787 /protocols/Discord/src/version.h | |
parent | 38656ac8639e13836567256651421a1758262e91 (diff) |
fixes #2969 (Discord: display users nicks instead of Discord tag in MUC)
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 f251323329..d054be3648 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 10 +#define __BUILD_NUM 11 #include <stdver.h> |