Skip to content

Commit

Permalink
chore: update version info in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Dec 13, 2019
1 parent a6d24b0 commit 8567f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)
Expand Down

0 comments on commit 8567f09

Please sign in to comment.