summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-12-12 12:59:08 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-12-12 12:59:08 -0700
commit342b6059b5aa37001738babd088dcce7b2f8ea3a (patch)
tree4f43a4fc4c9364e74570a261adc2fdbd77b6bfc2 /CMakeLists.txt
parent04a090f32f6bda183317e9336224831b42bf13f9 (diff)
downloadyajl-342b6059b5aa37001738babd088dcce7b2f8ea3a.tar.gz
bump to version 2.0.4 after tagging 2.0.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b38b1a8..c0611a2 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 3)
+SET (YAJL_MICRO 4)
SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")