Update build to 0.7.0.

This commit is contained in:
Jesse Beder
2021-07-10 10:49:09 -05:00
parent b43575f89c
commit 33bdf167e0

View File

@@ -1,6 +1,6 @@
# 3.5 is actually available almost everywhere, but this a good minimum
cmake_minimum_required(VERSION 3.4)
project(YAML_CPP VERSION 0.6.3 LANGUAGES CXX)
project(YAML_CPP VERSION 0.7.0 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(CMakeDependentOption)