diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-20 00:12:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-20 00:12:11 +0300 |
commit | fa78a351b86311df1e19cd5d0e835156a65d1fab (patch) | |
tree | dd38f650c4f6a9cdb545624262d8ea1876567c74 /protocols/Discord/src/version.h | |
parent | 92b173c3a8553b59077aa2757c9627cb4c73d29e (diff) |
Discord: first version with groupchats
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h index 3c4a0e6d7d..cd73918a4b 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 +#define __MINOR_VERSION 2 #define __RELEASE_NUM 0 -#define __BUILD_NUM 4 +#define __BUILD_NUM 1 #include <stdver.h> |