diff options
author | ElzorFox <elzorfox@ya.ru> | 2018-01-31 12:47:06 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2018-01-31 12:47:06 +0500 |
commit | 44d61dcfa666e5d5589fb26dadefcec3421bee1d (patch) | |
tree | 902e7ea1130c74844ab9f8d28b09f8a4ddf2b36e /protocols/VKontakte/src/version.h | |
parent | b05eab27cf16f2316694d43211fb31827ceea727 (diff) |
VKontakte:
support edited messages on history sync
add edited time for edited messages
update VK_API to 5.71
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 990690faf2..f0f18e9211 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 0
+#define __BUILD_NUM 1
#include <stdver.h>
|