diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-08 21:27:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-08 21:27:47 +0300 |
commit | 2610d3eb5477a689146b8bbf9fb8aea27ef89719 (patch) | |
tree | 00c77beeaad6324d9987b462f82ec25113d48d44 /protocols/JabberG/src/version.h | |
parent | 3cf7f719ebd7f2f2026095536a0c4b06686b785b (diff) |
fixes #667 (XMPP CAPS data is missing required attribute value)
Diffstat (limited to 'protocols/JabberG/src/version.h')
-rw-r--r-- | protocols/JabberG/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h index 0552747025..61f9467ae9 100644 --- a/protocols/JabberG/src/version.h +++ b/protocols/JabberG/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|