chore: update version

This commit is contained in:
ToruNiina
2019-06-19 21:12:05 +09:00
parent 4a2c823d56
commit 1bf9e42835
2 changed files with 6 additions and 2 deletions

View File

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