summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-07 22:57:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-07 22:57:57 +0300
commitf1a204292b895a94f142c32b2f3dc69fcc053e67 (patch)
tree465127e97ce90f457c90b8cfc78ae8f0e00b5064 /protocols/Discord/src/version.h
parente012650957335d5f4295441debf849b3b9b2f4ef (diff)
first version of Discord that sends messages, catches presence packets and displays typing notification
version bump
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r--protocols/Discord/src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h
index c4be71667a..4753e0f013 100644
--- a/protocols/Discord/src/version.h
+++ b/protocols/Discord/src/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
+#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 1
#include <stdver.h>