chore: update version info in CMake

This commit is contained in:
ToruNiina
2019-12-13 20:25:52 +09:00
parent a6d24b02d5
commit 8567f09cbf

View File

@@ -4,8 +4,8 @@ enable_testing()
project(toml11)
set(toml11_VERSION_MAYOR 3)
set(toml11_VERSION_MINOR 0)
set(toml11_VERSION_PATCH 1)
set(toml11_VERSION_MINOR 2)
set(toml11_VERSION_PATCH 0)
set(toml11_VERSION
"${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}"
)