Update version to 0.7.0.

This commit is contained in:
Jesse Beder 2021-07-10 10:53:22 -05:00
parent 9ee3928754
commit 0579ae3d97

View File

@ -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)