diff options
author | ElzorFox <elzorfox@ya.ru> | 2020-11-11 09:07:31 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2020-11-11 09:07:31 +0500 |
commit | 995be972fa5bb291e8994a3ac51a65f391a6900e (patch) | |
tree | e2de230f5fc00cf93c33fc4ed11f4f5ad53cc487 | |
parent | 22647d2a84ab1e568e06b9dfceed439cb3c073dd (diff) |
VKontakte:
update VK_API version to 5.126
version bump
-rw-r--r-- | protocols/VKontakte/src/version.h | 2 | ||||
-rw-r--r-- | protocols/VKontakte/src/vk.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index 058f87b477..573d0f7a49 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 11
-#define __BUILD_NUM 6
+#define __BUILD_NUM 7
#include <stdver.h>
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 84e44c74f8..74a1e0a0cf 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -88,7 +88,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VK_USER_DEACTIVATE_ACTION 9321
-#define VK_API_VER "5.124"
+#define VK_API_VER "5.126"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|