diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-23 22:40:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-23 22:40:56 +0000 |
commit | cb4909f7f21641f40e2676a848304e54bc44328c (patch) | |
tree | 75142255eb38814ad0809fe7c777e3ae128672fe /protocols/VKontakte/src/version.h | |
parent | 02c5b3e97608972a9aa6638bb73b31a4c6bddcfd (diff) |
VK:
- massive update for the status setting code;
- connection icon doesn't rotate in tray;
- connection status isn't restored after wake up from standby/sleep mode;
- network errors weren't processed in the main cycle
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6606 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 4ff3156678..f0c3ac76f1 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 3
+#define __BUILD_NUM 4
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|