From cbb49d4f309a008b29f60a1f4d14923010640fe7 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 29 Jan 2016 05:46:15 +0000 Subject: VKontakte: update VK API version to 5.44 version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/misc.cpp | 2 +- protocols/VKontakte/src/version.h | 2 +- protocols/VKontakte/src/vk.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/VKontakte') diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 16a207c66a..8298b8de2c 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -17,7 +17,7 @@ along with this program. If not, see . #include "stdafx.h" -static const char* szImageTypes[] = { "photo_2560", "photo_1280", "photo_807", "photo_604", "photo_256", "photo_130", "photo_128", "photo_75", "photo_64" }; +static const char* szImageTypes[] = { "photo_2560", "photo_1280", "photo_807", "photo_604", "photo_256", "photo_130", "photo_128", "photo_75", "photo_64" , "preview"}; static const char* szGiftTypes[] = { "thumb_256", "thumb_96", "thumb_48" }; diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index b83ed1520c..efb9fd6997 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 1 -#define __BUILD_NUM 20 +#define __BUILD_NUM 21 #include diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 24ad291d60..e6ca133310 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.42" +#define VK_API_VER "5.44" #define VER_API CHAR_PARAM("v", VK_API_VER) #define VK_FEED_USER 2147483647L -- cgit v1.2.3