Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 14:34:53 +0400
committerMark Pulford <mark@kyne.com.au>2011-05-29 14:34:53 +0400
commitc8fc62e4f955248f2655e996872b6833b86b1523 (patch)
tree81c514c63475e3657ecbdacd9bd316432b3f12fd /Makefile
parent3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff)
Update version to 1.0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ab8fd4..42919c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CJSON_VERSION = 1.0.1dev
+CJSON_VERSION = 1.0.2
LUA_VERSION = 5.1
# See http://lua-users.org/wiki/BuildingModules for platform specific