aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-08-10 20:47:32 +0930
committerMark Pulford <mark@kyne.com.au>2011-08-10 20:47:32 +0930
commit1fc923da45731b39e6aea9f50543cd7e8b0e4ad8 (patch)
treebcf8ad75d685011226af1563572373de1e0b8ceb /Makefile
parent386fdad6820fefa77355ed330f3072a5e2a4bd3e (diff)
downloadlua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.tar.gz
lua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.tar.bz2
lua-cjson-1fc923da45731b39e6aea9f50543cd7e8b0e4ad8.zip
Update version to 1.0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42919c9..cfc7a74 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1CJSON_VERSION = 1.0.2 1CJSON_VERSION = 1.0.3
2LUA_VERSION = 5.1 2LUA_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