Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Lua Json
Commits
f80dd0f7
Commit
f80dd0f7
authored
Mar 29, 2021
by
neoxic
Browse files
Version 1.0.0
parent
c82f86f1
Changes
2
Show whitespace changes
Inline
Side-by-side
VERSION
View file @
f80dd0f7
Current:
0.1.3
Current:
1.0.0
Release:
0.1.3
Release:
1.0.0
src/json.h
View file @
f80dd0f7
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment