diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-10-23 22:27:49 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-10-23 22:27:49 +0000 |
commit | f4258bb6d37d16a673c268376e0dff1958c34f82 (patch) | |
tree | 071772b69092f7b095b5dc9e14e3a6ea18f85211 /plugins/MirLua/src/version.h | |
parent | f9805e018525db5063d28692014e04dba47196db (diff) |
MirLua:
- m_core is available as usual module
- options page moved to Services/MirLua/Scripts
- code cleaning
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15602 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 086f2b7388..0f8628a7e7 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 5
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|