diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-12-29 03:01:27 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-12-29 03:01:27 +0000 |
commit | cc18d9391b12c7746083de3e93f6348d866efec7 (patch) | |
tree | 59f25959c2b7a21a7aa2e30b9b25b72c20e837e8 /protocols/VKontakte/src/vk.h | |
parent | 533a0aa0576ed31f1840c099267a34330952c4e8 (diff) |
VKontakte:
update VK_API version to 5.42
add [code] bbc for forwarding messages
load unread message for muc on connect
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15961 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 3ccc5f89b1..1d3ee166e1 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.40"
+#define VK_API_VER "5.42"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|