Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Jan 21, 2012
1 parent 01eb370 commit 572e940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ include(CheckCXXCompilerFlag)
project(YAML_CPP)

set(YAML_CPP_VERSION_MAJOR "0")
set(YAML_CPP_VERSION_MINOR "2")
set(YAML_CPP_VERSION_PATCH "7")
set(YAML_CPP_VERSION_MINOR "3")
set(YAML_CPP_VERSION_PATCH "0")
set(YAML_CPP_VERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML_CPP_VERSION_PATCH}")

enable_testing()
Expand Down

0 comments on commit 572e940

Please sign in to comment.