summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-10 18:44:35 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-10 18:44:35 +0930
commit935affcbc57a9b4f4941423395acb51a6ea33e64 (patch)
treee971f3ac16af166552241cf46e5715ac6cd17af3 /Makefile
parentdb59a503b807e3cc741d01de93b6b2e46417e443 (diff)
downloadlua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.gz
lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.tar.bz2
lua-cjson-935affcbc57a9b4f4941423395acb51a6ea33e64.zip
Update version to 1.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8832fed..e2d5339 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1CJSON_VERSION = 1.0 1CJSON_VERSION = 1.0.1
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