From 33bdf167e0ef219fd6691bf1d9213d8e03e06ee1 Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Sat, 10 Jul 2021 10:49:09 -0500 Subject: [PATCH] Update build to 0.7.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f477c05..f876462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)