diff options
author | ElzorFox <elzorfox@ya.ru> | 2018-09-24 13:09:41 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2018-09-24 13:09:41 +0500 |
commit | e7e51ab6c58353474316318f1a650e37fe46726e (patch) | |
tree | 81109c58d904e2abdad5474ab12ee738941dc3dc /protocols/VKontakte/src/version.h | |
parent | 0fcdde09a8e85689d9cfc0764a9015d5d352ff82 (diff) |
VKontakte:
use db_event_edit for edited messages
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 d8744cb847..46b5f285c1 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 6
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|