Commit f80dd0f7 authored by neoxic's avatar neoxic
Browse files

Version 1.0.0

parent c82f86f1
Current: 0.1.3 Current: 1.0.0
Release: 0.1.3 Release: 1.0.0
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <lauxlib.h> #include <lauxlib.h>
#define MODNAME "lua-json" #define MODNAME "lua-json"
#define VERSION "0.1.3" #define VERSION "1.0.0"
#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