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/version.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/version.h')
-rw-r--r-- | protocols/VKontakte/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index 283bf323fb..4709f99e49 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 28
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 0
#include <stdver.h>
|