summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2014-11-26 10:40:58 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2014-11-26 10:40:58 +0000
commit25a63b5b5249c0c6032bd8c33cf6e22ae2a44c29 (patch)
tree7bfa7bccad5007502b278d3ce18e8b2b9aaa7f67
parent0a0df35fe486ce513a78485f85115e1829ed61c0 (diff)
VKontakte: update api version
git-svn-id: http://svn.miranda-ng.org/main/trunk@11090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/VKontakte/src/vk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h
index 68d98aa7d4..ca784c2557 100644
--- a/protocols/VKontakte/src/vk.h
+++ b/protocols/VKontakte/src/vk.h
@@ -64,7 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VKERR_INVALID_FILENAME 301 // Invalid filename
#define VKERR_INVALID_FILESIZE 302 // Invalid filesize
-#define VK_API_VER "5.26"
+#define VK_API_VER "5.27"
#define VER_API CHAR_PARAM("v", VK_API_VER)