summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <me@lloyd.io>2014-03-18 21:59:30 -0700
committerLloyd Hilaiel <me@lloyd.io>2014-03-18 21:59:30 -0700
commita908d2de55ec6163716051e62410e0549b3db089 (patch)
tree3fe0bba344ac2c78ad20f09ec68e2f39098e9a8c
parenta0ecdde0c042b9256170f2f8890dd9451a4240aa (diff)
downloadyajl-a908d2de55ec6163716051e62410e0549b3db089.tar.gz
bump to 2.1.1 after tagging 2.1.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c0a9be..471eee1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ PROJECT(YetAnotherJSONParser C)
SET (YAJL_MAJOR 2)
SET (YAJL_MINOR 1)
-SET (YAJL_MICRO 0)
+SET (YAJL_MICRO 1)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")