Skip to content

Commit

Permalink
bump to 2.1.1 after tagging 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Mar 19, 2014
1 parent a0ecdde commit a908d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down

0 comments on commit a908d2d

Please sign in to comment.