diff options
author | ElzorFox <elzorfox@ya.ru> | 2024-06-03 17:29:33 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2024-06-03 17:30:29 +0500 |
commit | 4e8370452526b6d3e5fb6a95ec1bfe39e2b61034 (patch) | |
tree | 46d6383828688d01d14e4bca059178a8910642cf /protocols/VKontakte/src/version.h | |
parent | 9b2c5d67f7f00eed319116d99895510e5d5c922e (diff) |
VKontakte:
fix for last non-version API VK changes
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 e7a6adffcc..0389c1468a 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 16
-#define __BUILD_NUM 9
+#define __BUILD_NUM 10
#include <stdver.h>
|