diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-11-12 12:54:36 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-11-12 12:54:36 +0000 |
commit | 1be8fd09b95b8450fdd5a1bc707b5d40219986cf (patch) | |
tree | fe91b0a2a6bbee2e5b57056c3f4479d7170c1670 /protocols/VKontakte/src/version.h | |
parent | b4a3c65ee5bd561e915f05c9514f78c51b936b0c (diff) |
VKontakte:
add typing notification for muc
upgrade VK_API version to 5.40
add ‘caption’ for link attachments
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 5f067dfbd6..39d0d3708a 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 1
-#define __BUILD_NUM 18
+#define __BUILD_NUM 19
#include <stdver.h>
|