summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:59:10 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:59:10 -0600
commitcf38ad3845f1434af51fe4ee4a2b9867da9a88ee (patch)
treee467e87bee93dfc0d97b633990b7050fb122d7df
parenta8f3663063c59449ed4cd3f9f9d9aa9949dcc8d2 (diff)
downloadyajl-cf38ad3845f1434af51fe4ee4a2b9867da9a88ee.tar.gz
bump to 2.0.1 after tagging 2.0.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8d6d0a..4fa623d 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 0)
+SET (YAJL_MICRO 1)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")