diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-11 11:52:12 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-11 11:52:12 +0000 |
commit | 16836ea77582da49b82c9b95332762f7135c76ea (patch) | |
tree | 84b799b2d266d21606e28f59a174b3cdc2b06d03 /protocols/VKontakte/src/version.h | |
parent | 5a7f3b64a5f911cbdea5fdd3af571c03b423ec2f (diff) |
VKontakte:
add processing for net error on PollServer
fix for close chat tab when it destroy
fix for rare crash on load chat history
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10763 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 74e50ca380..87061eb093 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 0
-#define __BUILD_NUM 20
+#define __BUILD_NUM 21
#include <stdver.h>
|