Skip to content

Commit 562aefc

Browse files
committed
Bump CMake version to 0.6.2.
It was incorrectly left at 0.6.0 when 0.6.1 was released, so this needs to be done to make it consistent between the tagged version and the CMake version.
1 parent 5d5bb52 commit 562aefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(YAML_CPP)
2828

2929
set(YAML_CPP_VERSION_MAJOR "0")
3030
set(YAML_CPP_VERSION_MINOR "6")
31-
set(YAML_CPP_VERSION_PATCH "0")
31+
set(YAML_CPP_VERSION_PATCH "2")
3232
set(YAML_CPP_VERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML_CPP_VERSION_PATCH}")
3333

3434
enable_testing()

0 commit comments

Comments
 (0)