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/vk.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/vk.h')
-rw-r--r-- | protocols/VKontakte/src/vk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 04a30caab7..be73aaf2a9 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -82,7 +82,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VK_USER_DEACTIVATE_ACTION 9321
-#define VK_API_VER "5.63"
+#define VK_API_VER "5.64"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|