Skip to content

Commit

Permalink
tag: update patch version v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Feb 16, 2020
1 parent d290c3b commit ac1130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(toml11)

set(toml11_VERSION_MAYOR 3)
set(toml11_VERSION_MINOR 3)
set(toml11_VERSION_PATCH 0)
set(toml11_VERSION_PATCH 1)
set(toml11_VERSION
"${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}"
)
Expand Down

0 comments on commit ac1130f

Please sign in to comment.