diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-08-27 09:11:19 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-08-27 09:11:19 +0000 |
commit | 427359cbf083f5c5f709d68fd30bd08392ae57ca (patch) | |
tree | f4b2b936268794ec2681f08ae09c0f84244c019c /protocols/VKontakte/src/version.h | |
parent | 4d8a113f8a325b8d2ff6a008d3a8a5b8e70e2e81 (diff) |
VKontakte:
fix unneeded ‘mark as read’ requests
fix nick in forwarded messages
code cleaning
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15040 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 87a4090093..d3926c8e38 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 12
+#define __BUILD_NUM 13
#include <stdver.h>
|