Skip to content

Commit

Permalink
Bump version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Jan 28, 2018
1 parent 4c9e3d8 commit aac4df3
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 @@ -27,8 +27,8 @@ include(CheckCXXCompilerFlag)
project(YAML_CPP)

set(YAML_CPP_VERSION_MAJOR "0")
set(YAML_CPP_VERSION_MINOR "5")
set(YAML_CPP_VERSION_PATCH "3")
set(YAML_CPP_VERSION_MINOR "6")
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 aac4df3

Please sign in to comment.