diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-11 19:25:56 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-11 19:25:56 +0000 |
commit | e84f4c2b63f9cf85b35082a31fe6144c34d63eb0 (patch) | |
tree | 06f7020134d09f5c1efe2d6bbf8959536fedd525 /protocols/VKontakte/src/version.h | |
parent | b412f0eb2dbdee4343ee131b7c8495906b432a37 (diff) |
VKontakte:
fix for "Use Local Time" setting
remove IDI_ICON1 preprocessor define
fix "Password:" label position
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10956 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 0e7fd82216..011a23b197 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 26
+#define __BUILD_NUM 27
#include <stdver.h>
|