diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-05 15:16:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-05 15:16:22 +0300 |
commit | a988d6727c150db41c5bfb222190d147b98f3b68 (patch) | |
tree | 43d202eaafa4536d8ba6aa3382903472e1268be8 /protocols/Discord/src/version.h | |
parent | 9a80a756aa3bee92b85e09466b234c4c26c744b4 (diff) |
Discord: attempt to fix problems with unauthorized http requests
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 e8f77f39b4..9a7de6bed8 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 5 #define __RELEASE_NUM 0 -#define __BUILD_NUM 1 +#define __BUILD_NUM 2 #include <stdver.h> |