Skip to content

Commit 56e3bb5

Browse files
authored
Update project version to 0.9.0
1 parent f0329d0 commit 56e3bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(POLICY CMP0091)
88
cmake_policy(SET CMP0091 NEW)
99
endif()
1010

11-
project(YAML_CPP VERSION 0.8.0 LANGUAGES CXX)
11+
project(YAML_CPP VERSION 0.9.0 LANGUAGES CXX)
1212

1313
set(YAML_CPP_MAIN_PROJECT OFF)
1414
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)