diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-15 20:22:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-15 20:22:29 +0300 |
commit | ad212509efd1de495c7a4ad08504bc062bfe8e2a (patch) | |
tree | 47cbe3a37747cf2dd107878ff85082d368d7521b /protocols/Discord/src/version.h | |
parent | acd9edbd6413e9ff25378bd4e2cbc515d2a620f7 (diff) |
Discord: groupchat history support
version bump
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 b57f31665b..3014fd20d8 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 3 -#define __RELEASE_NUM 1 -#define __BUILD_NUM 3 +#define __MINOR_VERSION 4 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 #include <stdver.h> |