diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-22 14:09:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-22 14:09:51 +0000 |
commit | 2234bcb0625bd4bb337b2fd08bfab0c10096b34e (patch) | |
tree | ffd5fa87aeecab87eb1d69a6693660e698566e36 /protocols/VKontakte/src/version.h | |
parent | 666032969fb65ccdea9fdbc85c43eadcb7ef754e (diff) |
VK:
- nasty clutch to replace <br> with CRLF;
- fix for sending long messages (patch by Elzor, edited);
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10294 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 8c62208741..d27d6162d7 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 10
+#define __BUILD_NUM 11
#include <stdver.h>
|