diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-09 10:29:47 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-09 10:29:47 +0000 |
commit | c1b1eff82c3101a6bf00550ff27d4ae6823bbdbd (patch) | |
tree | df2ce6dc43ca3db3451b344978488369ba58af71 /protocols/VKontakte/src/version.h | |
parent | a7a5b0dbc9f06ef5a083116f4977a88ebcd9cefd (diff) |
VKontakte:
add LastSeen support
add additional user profile fields (country, city, relation, interests, activities, music, movies, tv, books, games, quotes)
add hidden option for lang (‘VKLang’, UNICODE)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16449 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 66b24a328c..47165280c4 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 23
+#define __BUILD_NUM 24
#include <stdver.h>
|