Skip to content

Commit

Permalink
Update version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed Jul 10, 2021
1 parent 9ee3928 commit 0579ae3
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 @@ -7,7 +7,7 @@ if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()

project(YAML_CPP VERSION 0.6.3 LANGUAGES CXX)
project(YAML_CPP VERSION 0.7.0 LANGUAGES CXX)

include(CMakePackageConfigHelpers)
include(CMakeDependentOption)
Expand Down

0 comments on commit 0579ae3

Please sign in to comment.