diff options
author | ElzorFox <elzorfox@ya.ru> | 2016-11-02 16:11:22 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2016-11-02 16:11:22 +0500 |
commit | df38bcb83c71521d1f87d889dba4d1cd7872432f (patch) | |
tree | bacfe5bbe747450ec8ccb03b01b7b770add3ace9 /protocols/VKontakte/src/version.h | |
parent | f5b247e3341f7ff31e0c0cfae549f22e57d19208 (diff) |
VKontakte:
fix (?) restart longpoolserver on speedy status change
update VK_API_VER to 5.60
version bump
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 ebbcc0293c..167af8b3f9 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 2
-#define __BUILD_NUM 7
+#define __BUILD_NUM 8
#include <stdver.h>
|