Skip to content

Commit

Permalink
bump master branch to 1.0.9 after tagging 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Dec 18, 2009
1 parent ce86b0f commit 770c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -34,7 +34,7 @@ PROJECT(YetAnotherJSONParser)

SET (YAJL_MAJOR 1)
SET (YAJL_MINOR 0)
SET (YAJL_MICRO 8)
SET (YAJL_MICRO 9)

SET (YAJL_DIST_NAME "yajl-${YAJL_MAJOR}.${YAJL_MINOR}.${YAJL_MICRO}")

Expand Down

0 comments on commit 770c92e

Please sign in to comment.