diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-09-06 08:51:58 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-09-06 08:51:58 +0500 |
commit | c8e7d7f60fee662436610e7b24d39b5da3a5454e (patch) | |
tree | 3f6e51fa4503e88f1e27ee0535fa3d8e031ad310 /protocols/VKontakte/src/version.h | |
parent | 0c75e77e0f5321150ceff6aa0a3fd9dc5dc1c294 (diff) |
VKontakte:
fix error 100 on messages.markAsRead
version bump
Diffstat (limited to 'protocols/VKontakte/src/version.h')
-rw-r--r-- | protocols/VKontakte/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index a11990be5a..f9362e3e33 100644 --- a/protocols/VKontakte/src/version.h +++ b/protocols/VKontakte/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
-#define __BUILD_NUM 22
+#define __BUILD_NUM 23
#include <stdver.h>
|