diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
commit | c8fc62e4f955248f2655e996872b6833b86b1523 (patch) | |
tree | 81c514c63475e3657ecbdacd9bd316432b3f12fd /Makefile | |
parent | 3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff) | |
download | lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.gz lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.bz2 lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.zip |
Update version to 1.0.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | CJSON_VERSION = 1.0.1dev | 1 | CJSON_VERSION = 1.0.2 |
2 | LUA_VERSION = 5.1 | 2 | LUA_VERSION = 5.1 |
3 | 3 | ||
4 | # See http://lua-users.org/wiki/BuildingModules for platform specific | 4 | # See http://lua-users.org/wiki/BuildingModules for platform specific |