diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-06-23 10:12:19 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-06-23 10:12:19 +0000 |
commit | a9a3ec00ede7662aa9a88fe35539547b0645c349 (patch) | |
tree | a3e3281dc9dffe7b13b98802b0201a7234bfa1b3 /protocols/VKontakte/src/vk.h | |
parent | a324903b08b04759a0dfb0c08d917d70ca246c9b (diff) |
VKontakte:
change http to https in urls
fix for link captions in attachment
market items support in attachment
update VK_API_VER to 5.52
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 b3d7e3072d..5d2f902cb2 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -80,7 +80,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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.50"
+#define VK_API_VER "5.52"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|