diff --git a/CMakeLists.txt b/CMakeLists.txt index c0611a24..71906823 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 4) +SET (YAJL_MICRO 5) SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")