summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-27 20:49:08 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-27 20:49:08 -0600
commit7d34a7d572d0b261c2c819c7961e9263922e81c5 (patch)
tree4512fd377719403755196a725575f94a9a61749a
parentf4b2b1af87483caac60e50e5352fc783d9b2de2d (diff)
downloadyajl-7d34a7d572d0b261c2c819c7961e9263922e81c5.tar.gz
bump to 2.0.2 after tagging 2.0.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fa623d..ed0e4bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ PROJECT(YetAnotherJSONParser C)
SET (YAJL_MAJOR 2)
SET (YAJL_MINOR 0)
-SET (YAJL_MICRO 1)
+SET (YAJL_MICRO 2)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")