Commit cd777e72 authored by seny's avatar seny
Browse files

Version 0.1.3

parent 73487ac0
Current: 0.1.2 Current: 0.1.3
Release: 0.1.2 Release: 0.1.3
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#endif #endif
#define MODNAME "lua-json" #define MODNAME "lua-json"
#define VERSION "0.1.2" #define VERSION "0.1.3"
#define checkStack(L) luaL_checkstack(L, LUA_MINSTACK, "too many nested values") #define checkStack(L) luaL_checkstack(L, LUA_MINSTACK, "too many nested values")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment