diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-25 16:57:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-25 16:57:18 +0000 |
commit | d2a51dc68f19b260883a9f35b6e150f08c01f63d (patch) | |
tree | 498a8c7b6afd90d49e7c85eed501da0039e8dfcd /protocols/VKontakte/src/version.h | |
parent | 4007fd83daf5be1b0a8d9bc5a9a3f5dfff4323c3 (diff) |
VK:
- stupid password length limitation of 30 chars removed (thanks emx for pointing me to);
- cancel in captcha form now stops the login process.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6626 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 f0c3ac76f1..e6a040d582 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 4
+#define __BUILD_NUM 5
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|