diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-07-22 14:16:33 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-07-22 14:16:33 +0500 |
commit | 598832374fdbd4ceb6d2e670bc2082e4d3fd8385 (patch) | |
tree | b71958ddea1375045b6bfc20af08f4cfd7000495 /protocols/VKontakte/src/version.h | |
parent | ee83be6d28b4719d6b74158d458a73c096fb53e7 (diff) |
VKontakte:
remove ‘Use non-standard urlEncode for sent messages (less traffic)’ option (now ExpUrlEncode is used by default)
add UseStandardUrlEncode hidden option :)
add ‘Notify about changes of contacts audio broadcast’ option (default false)
add FloodListingToPopups contacts hidden option (default true)
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 357cc86271..c11e6bf78f 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 2
-#define __BUILD_NUM 20
+#define __BUILD_NUM 21
#include <stdver.h>
|