diff options
author | ElzorFox <elzorfox@ya.ru> | 2018-04-06 15:07:47 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2018-04-06 15:07:47 +0500 |
commit | f740ad4b8b46887219b7487f02df29d83e5773fc (patch) | |
tree | 6a640c50134db4038149e0cf1b5a0d88bdcae750 /protocols/VKontakte/src/version.h | |
parent | b87e5b22328c98ea82146c0ea6f724d7275f0c32 (diff) |
VKontakte:
update VK_API to 5.74
add hidden option StickerSize (DWORD, default 128)
add hidden option StickerBackground (BYTE, default false)
add chat action pin/unpin message (no text pinned message from api)
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 373caf19ac..2e72242b00 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 4
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|