diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-03 04:17:28 +0000 |
commit | 813694abc5792d7cc6f4a39d42d3619af3f5e996 (patch) | |
tree | 83050371b79b9543d91a34bc4b8533f32376e438 /protocols/VKontakte/src/version.h | |
parent | 25f61751aafa9f30a26cdf10a212d14103ebb810 (diff) |
VKontakte:
Add sync history support
Add mark read on reply option
Add always notify as unread for all incoming message option
Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 d27d6162d7..c5f142ecb8 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 0
-#define __BUILD_NUM 11
+#define __BUILD_NUM 12
#include <stdver.h>
|