diff options
author | ElzorFox <elzorfox@ya.ru> | 2021-06-15 11:00:08 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2021-06-15 11:00:08 +0500 |
commit | eaa5f40645f0140f39c07b899e80cbd149d4c727 (patch) | |
tree | 1c89c72e95ba2b410f41a0fe47716a294d3f67fe /protocols/VKontakte/src/version.h | |
parent | 0b162a8362eeaa3a2f743aad3439a3dbed359c09 (diff) |
VKontakte:
crutch for login after entering confirmation code (VK returns 404 instead of token)
update VK_API_VER to 5.131
version bump
Diffstat (limited to 'protocols/VKontakte/src/version.h')
-rw-r--r-- | protocols/VKontakte/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index fe73c99beb..3814afc121 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 12
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|