Skip to content

Commit

Permalink
bumped version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 22, 2021
1 parent 93f5a04 commit 5ce29fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set (thallium-pkg "share/cmake/thallium")
# library version set here (e.g. for shared libs).
#
set (THALLIUM_VERSION_MAJOR 0)
set (THALLIUM_VERSION_MINOR 8)
set (THALLIUM_VERSION_PATCH 6)
set (THALLIUM_VERSION_MINOR 9)
set (THALLIUM_VERSION_PATCH 0)
set (thallium-vers "${THALLIUM_VERSION_MAJOR}.${THALLIUM_VERSION_MINOR}")
set (THALLIUM_VERSION "${thallium-vers}.${THALLIUM_VERSION_PATCH}")

Expand Down

0 comments on commit 5ce29fb

Please sign in to comment.