diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-11 11:38:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-11 11:38:25 +0300 |
commit | e461037d7941988ec2d6f83742dd10eb375a1578 (patch) | |
tree | 8dab240c6a3068a5ad00b7f458ba80a08f82ed02 /protocols/Discord/src/version.h | |
parent | 968c4a1f08396b1734114e589f6abd54abe2c43d (diff) |
Discord:
- gateway command 12 isn't available since Jan 13th, 2020;
- GUILD_SYNC is also not available anymore;
- better cookie control;
- 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 5d3006af8d..bdc120275b 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 2 +#define __BUILD_NUM 3 #include <stdver.h> |