diff options
author | aunsane <aunsane@gmail.com> | 2017-09-26 23:32:12 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-09-26 23:34:06 +0300 |
commit | 2258b1b2cf951347d167d01201f0dc4bbf9a4428 (patch) | |
tree | 1632e76ea7b29da80a24a1c204d5fce932ec5e15 /plugins/MirLua/src/version.h | |
parent | 8756de2ffe2d86c34c8a37f08d68aeeb51b487c3 (diff) |
MirLua: refactoring
- respect metatables in print function
- srmm module functions now return metatable
- version bump
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 89028c524c..6b783b7c7b 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 8
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|