diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-05-09 15:35:12 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-05-09 15:35:12 +0000 |
commit | 807628ee7e48fe0be9a65b851ff11af6bdc6b47b (patch) | |
tree | 2f9c8cbe67df7c5fa445d39595bca58aca9af1cb /protocols/VKontakte/src/version.h | |
parent | 1221bbbf2b71573423b0e4ef505d3969ea3a5a62 (diff) |
VKontakte:
gift support
update VK API version to 5.31
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13494 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 52445c2ef4..beb50fbf72 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 1
+#define __BUILD_NUM 2
#include <stdver.h>
|