Merge branch 'master' into master

This commit is contained in:
Isabella Muerte 2019-09-26 12:22:58 -07:00 committed by GitHub
commit ae0441458b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.2 LANGUAGES CXX)
project(YAML_CPP VERSION 0.6.3 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(CMakeDependentOption)