diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-07 22:44:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-07 22:44:34 +0300 |
commit | 2f5ce75be367aebc0e0790cac148c670462e60cf (patch) | |
tree | 2bcd4135bbda12e4691b7d4b84ad4ee43a56d038 /protocols/Discord/src/version.h | |
parent | f193645f4db83e94bd44dde17f89282f182c00e4 (diff) |
Discord: ability to join & leave guilds on the fly
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h index 7953ebf230..ec797c4ed4 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 2 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __MINOR_VERSION 3 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 1 #include <stdver.h> |