diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-05-14 12:25:30 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-05-14 12:25:30 +0500 |
commit | cec4228b656b44a8cdde869c3031e6e62480688d (patch) | |
tree | fa7aa6c4dccd3b82dd77af67ca30f27df35063ef /protocols/VKontakte/src/version.h | |
parent | 62c46cea44a5897025391e32ed6aee4feecd1528 (diff) |
VKontakte:
fix invisible status on sending message
update VK_API_VER to 5.64
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 c25b9d23d4..53082e82da 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 17
+#define __BUILD_NUM 18
#include <stdver.h>
|