diff options
author | chai <chaifix@163.com> | 2018-07-29 21:30:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-29 21:30:03 +0800 |
commit | 7ac86950d3a89a996974e8406ee88e8f5f44187d (patch) | |
tree | a173ac2e585fa99863ef74fc7d2f7b38f9db7164 /src/lua/luaopen_jin.h | |
parent | f94264fa4ba347fc362b4ae2deea5a12ff95f5af (diff) |
*update
Diffstat (limited to 'src/lua/luaopen_jin.h')
-rw-r--r-- | src/lua/luaopen_jin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua/luaopen_jin.h b/src/lua/luaopen_jin.h index 3d446a5..f4253b6 100644 --- a/src/lua/luaopen_jin.h +++ b/src/lua/luaopen_jin.h @@ -24,7 +24,8 @@ #include "lua/luax.h" #define MODULE_NAME "jin" -#define VERSION "0.1.0" +#define VERSION "0.1.1" +#define REVISION 101 #define AUTHOR "chai" namespace jin |