Commit 7069e9a8 authored by seny's avatar seny
Browse files

Version 0.1.2

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