diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-12 20:40:10 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-12 20:40:10 +0000 |
commit | f1f08af4d7a1b4bedf55fb25af974276e5eb858c (patch) | |
tree | 70387cab585ac782ae7da679d95991f7403b3e39 /plugins/MirLua/src/version.h | |
parent | 4bf1f71a53fb90e8c87f0e0a19af6e82b280867a (diff) |
MirLua:
- Utf8Decode? functions are returns strings (thx to Mironych)
- added DecodeCustomButtonClickData to m_msg_buttonsbar
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r-- | plugins/MirLua/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index 3a3afa1b3c..a3ff129847 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 3
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|