diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-21 20:35:22 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-21 20:35:22 +0000 |
commit | ae848e861113a8fcda9cf0691df22cfb739a7682 (patch) | |
tree | f3f6e01456933a2f0f80812216a29321bd45a39e /plugins/MirLua/src/version.h | |
parent | ca48ce4dd4078c5443318fbda49d8894d4087d46 (diff) |
MirLua: added module m_hotkeys
git-svn-id: http://svn.miranda-ng.org/main/trunk@14615 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 e71e5aa79c..d8967a631e 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 4
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|