diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-22 22:08:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-22 22:08:23 +0300 |
commit | 1163cd367fc081b85e4ec56b0299775453395702 (patch) | |
tree | ca4b50b5bb2ea1ec26a95b156f58aa3c1217cf76 /protocols/VKontakte/src/version.h | |
parent | eb6358318fc06c5d35f980a2dbd7e39b2748d4e5 (diff) |
more correct fix version
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 f0f18e9211..937636ffbc 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 4
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|