diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-29 03:29:49 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-29 03:29:49 +0000 |
commit | e77a3c5664bf839e5e94d27a9fbc8c8a6e2da51d (patch) | |
tree | c50fc80ec9a8ae87f1b596a89c663298fdf5780f /protocols/VKontakte/src/vk.h | |
parent | d7d72c2eca857e23402e8e24b634c995b1794539 (diff) |
VKontakte: update api version to 5.25
git-svn-id: http://svn.miranda-ng.org/main/trunk@10620 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 2663031fa2..1f7714961c 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VKERR_YOU_ON_BLACKLIST 175 // Cannot add this user to friends as they have put you on their blacklist
#define VKERR_USER_ON_BLACKLIST 176 // Cannot add this user to friends as you put him on blacklist
-#define VK_API_VER "5.24"
+#define VK_API_VER "5.25"
#define VER_API CHAR_PARAM("v", VK_API_VER)
|