diff options
author | ElzorFox <elzorfox@ya.ru> | 2018-09-21 10:57:30 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2018-09-21 10:57:30 +0500 |
commit | a83cc7cff781359710f0b41d037ebcec7757fdac (patch) | |
tree | 27015d6ae3c86d80ed00715373a168ead31be259 /protocols/VKontakte/src/version.h | |
parent | 79be39d688365a23adc35b9637232141cc863c51 (diff) |
VKontakte:
version bump
adapt GetMessageFromDb using db_event_getById
Diffstat (limited to 'protocols/VKontakte/src/version.h')
-rw-r--r-- | protocols/VKontakte/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h index a566618bc3..d8744cb847 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 5
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 6
+#define __BUILD_NUM 0
#include <stdver.h>
|