summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:56:24 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:56:24 -0600
commit17b1790fb9c8abbb3c0f7e083864a6a014191d56 (patch)
treed521603163a8b5d11dc0eeaed1a4257c98d85e48
parent6a8906d409dfe6dd3f1e01ed066aa162b1729cec (diff)
downloadyajl-1.0.12.tar.gz
bump version to 1.0.121.0.12
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 727a488..c703244 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser C)
SET (YAJL_MAJOR 1)
SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 11)
+SET (YAJL_MICRO 12)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")