diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-16 22:59:10 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-16 22:59:10 +0930 |
commit | ccd65d7b468f7052eed10aa652a38d3962bf2a61 (patch) | |
tree | daea39bc75b7930c5f39a22637c6403441653af3 /Makefile | |
parent | bada0994dbe5f131964d7feb571478d0dd3974a5 (diff) | |
download | lua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.tar.gz lua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.tar.bz2 lua-cjson-ccd65d7b468f7052eed10aa652a38d3962bf2a61.zip |
Change version number for development
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.1 | 1 | CJSON_VERSION = 1.0.1dev |
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 |