diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-01 09:07:34 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-01 09:07:34 +0000 |
commit | 88167d8a0f7f0e3b8fbad7c8204732995bd265be (patch) | |
tree | 85f42a3b36918ebe5519e13feaf59f94e093a542 /protocols/VKontakte/src/version.h | |
parent | d575132cdc94cf476fee70859aa673a31aba3ea4 (diff) |
VKontakte:
update VK API version to 5.45
change SvcGetServerHistoryLastXXDay’s to template function (path by MikalaiR)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16382 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 613d6cab93..66b24a328c 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 22
+#define __BUILD_NUM 23
#include <stdver.h>
|