diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-03-29 10:16:49 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-03-29 10:16:49 +0500 |
commit | c7ecb1ba6a82ba869ce95927d549fe4f266ffff5 (patch) | |
tree | 74f713d4559fe546946eb308281125e166f1c32b /protocols/VKontakte/src/version.h | |
parent | 4b69cb37370299462344633385da52896c7078fd (diff) |
VKontakte:
add multiple files sending (simple but not optimal way)
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 db36d12655..c25b9d23d4 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 16
+#define __BUILD_NUM 17
#include <stdver.h>
|