diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-27 04:44:50 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-27 04:44:50 +0000 |
commit | 605fd3596785efcfbb05b1d8d25764c5bf13852b (patch) | |
tree | ac82a2a336015043f5f0c5f621cffa8113146412 /protocols/VKontakte/src/version.h | |
parent | f5c584f3073bbe65bbf4794e555aabd651476612 (diff) |
VKontakte:
rework RetrieveUsersInfo (significant reduction of network traffic)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11117 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 e15680d850..d2776a5e3a 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 29
+#define __BUILD_NUM 30
#include <stdver.h>
|