Commit fb96e356 authored by seny's avatar seny
Browse files

Version 0.1.1

parent e54f34bf
Current: 0.1.0 Current: 0.1.1
Release: 0.1.0 Release: 0.1.1
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#endif #endif
#define MODNAME "lua-json" #define MODNAME "lua-json"
#define VERSION "0.1.0" #define VERSION "0.1.1"
#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