diff options
author | ElzorFox <elzorfox@ya.ru> | 2024-04-06 16:50:31 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2024-04-06 16:50:31 +0500 |
commit | cd6fcef67cdf3c72afc98ed149f82af7f6860487 (patch) | |
tree | 6cbb7729a51c79b9d12f31b7fe9f31b494a95f35 /protocols/VKontakte/src/version.h | |
parent | 4fdf5f999f94ad09a2cb44c8e879b98a6a5fcf0f (diff) |
VKontakte:
async mode download images as default
add ‘LoadFilesAsync’ hiden option (default true)
add dynamic show image in NewStory on finish download
add option for bbc in NewStory support
add option for show original version message in edited message
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 bed1b164f1..e7ce682c2a 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 2
+#define __BUILD_NUM 3
#include <stdver.h>
|