Bump version to 0.8.0.

This commit is contained in:
Jesse Beder 2023-08-10 14:27:56 -05:00
parent f6c8b17c3a
commit f732014112

View File

@ -7,7 +7,7 @@ if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()
project(YAML_CPP VERSION 0.7.0 LANGUAGES CXX)
project(YAML_CPP VERSION 0.8.0 LANGUAGES CXX)
set(YAML_CPP_MAIN_PROJECT OFF)
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)