diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-10 17:35:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-10 17:35:39 +0300 |
commit | 4bab8b2f2fc446ff23b2c94aa1c7de9947db0ed4 (patch) | |
tree | b9f592ad71d207f29f57714ed13b238cd2411652 /protocols/Discord/src/version.h | |
parent | 77cccf9d4b13d9fad437eaf6361cec016a4ce27c (diff) |
more thorough fix for duplicate 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 d7b213ad39..283aed187b 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 __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __BUILD_NUM 3 #include <stdver.h> |