diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-22 13:29:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-22 13:29:14 +0300 |
commit | e940fb548345fb5e926a0d87f8024257c692726d (patch) | |
tree | 4c28cece4d305f9ca34ae56f6edf96b0e57c5e1b /protocols/Discord/src/version.h | |
parent | 87b6b08235a1999ed3734c78af11f4b325b07663 (diff) |
Discord: a rusty crutch to receive updates for sent messages
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 1232d84168..ebddf302fd 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 4 #define __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __BUILD_NUM 3 #include <stdver.h> |