diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-16 17:07:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-16 17:07:02 +0000 |
commit | a516fc9e57f37edf4a6c7615b173991aeb97d7cd (patch) | |
tree | 1f41ebc625097bbb054035ab4f01e040d4e02b1e /protocols/VKontakte/src/version.h | |
parent | fe76991be74b1935c245674289747d08ebe32e4b (diff) |
- captcha is accepted in all requests, not only during registration
- the Nick field is calculated automaticaly as concatenated FirstName & LastName
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6504 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 4cf96d5613..6cdcc75c3a 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 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|