Skip to content

Commit

Permalink
bump to 2.0.5 after tagging 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Dec 20, 2011
1 parent fee1ebe commit 8b48967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")

Expand Down

0 comments on commit 8b48967

Please sign in to comment.