diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-18 04:53:34 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-06-18 04:53:34 +0000 |
commit | a27ae3e0c1f1f17596db3abeae16ec3fc4b4ba80 (patch) | |
tree | 36d24b1d0ba617d66ebdc5bd9798cc842d9d93da /protocols/VKontakte/src/version.h | |
parent | 65cf85ee6e83594f4de5d6d06012bde070b6c6b1 (diff) |
VKontakte:
add ‘returned’ muc action
message.send now use guid param for prevent duplicate messages
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14242 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 a004a2c4e0..087bea8737 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 6
+#define __BUILD_NUM 7
#include <stdver.h>
|