diff options
author | ElzorFox <elzorfox@ya.ru> | 2021-03-03 08:02:48 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2021-03-03 08:02:48 +0500 |
commit | 09f9ccad6d440b9fa576dfc00373011705ab37fd (patch) | |
tree | 80088aa9a85bd9cd398ff2ba8c59eff4795d0db0 /protocols/VKontakte | |
parent | b740f55d6ae94416487e0755c452fb3ceb43a87f (diff) |
VKontakte:
update VK_API version to 5.130
version bump
Diffstat (limited to 'protocols/VKontakte')
-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 ff061d459e..f354b5f967 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 7
+#define __BUILD_NUM 8
#include <stdver.h>
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 625c0ba643..75006c5dea 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.126"
+#define VK_API_VER "5.130"
#define VER_API CHAR_PARAM("v", VK_API_VER)
#define VK_FEED_USER 2147483647L
|