diff options
Diffstat (limited to '')
| -rw-r--r-- | lua-cjson-2.1.0.10-1.rockspec (renamed from lua-cjson-2.1.0.9-1.rockspec) | 4 | ||||
| -rw-r--r-- | lua_cjson.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lua-cjson-2.1.0.9-1.rockspec b/lua-cjson-2.1.0.10-1.rockspec index 32a230e..2c2458a 100644 --- a/lua-cjson-2.1.0.9-1.rockspec +++ b/lua-cjson-2.1.0.10-1.rockspec | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | package = "lua-cjson" | 1 | package = "lua-cjson" |
| 2 | version = "2.1.0.9-1" | 2 | version = "2.1.0.10-1" |
| 3 | 3 | ||
| 4 | source = { | 4 | source = { |
| 5 | url = "git+https://github.com/openresty/lua-cjson", | 5 | url = "git+https://github.com/openresty/lua-cjson", |
| 6 | tag = "2.1.0.9", | 6 | tag = "2.1.0.10", |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | description = { | 9 | description = { |
diff --git a/lua_cjson.c b/lua_cjson.c index 0c41cab..ff61c47 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | #ifndef CJSON_VERSION | 54 | #ifndef CJSON_VERSION |
| 55 | #define CJSON_VERSION "2.1.0.9" | 55 | #define CJSON_VERSION "2.1.0.10" |
| 56 | #endif | 56 | #endif |
| 57 | 57 | ||
| 58 | #ifdef _MSC_VER | 58 | #ifdef _MSC_VER |
