diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-09 10:53:31 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-09 10:53:31 +0000 |
commit | bc5b5ca600ad9364aa50de6afe2bf92dc63e1420 (patch) | |
tree | 26c00a736566af3c2817647beb480e58028f3a49 /protocols/VKontakte/src/version.h | |
parent | 173995b62f1440f7c9bfd7a30371094a22e6fb9d (diff) |
VKontakte:
add MessageState support
update VK API to 5.34
add basic action support for muc
fix Nick for left chat user
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14071 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 d75ec44455..7ae0564876 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 4
+#define __BUILD_NUM 5
#include <stdver.h>
|