From 56f1557792c32b409e6482f2b3a2fc12e3fa2fd5 Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Fri, 21 Oct 2016 14:44:30 +0500 Subject: VKontakte: VK_API_VER update to 5.59 version bump --- protocols/VKontakte/src/version.h | 2 +- protocols/VKontakte/src/vk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte') diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index e7be124a3b..ebbcc0293c 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 6 +#define __BUILD_NUM 7 #include diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 8fd44e36bb..d7329b27ac 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -80,7 +80,7 @@ along with this program. If not, see . #define VKERR_INVALID_URL 10106 // Upload server returned empty URL #define VKERR_INVALID_USER 10107 // Invalid or unknown recipient user ID -#define VK_API_VER "5.56" +#define VK_API_VER "5.59" #define VER_API CHAR_PARAM("v", VK_API_VER) #define VK_FEED_USER 2147483647L -- cgit v1.2.3