Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Nov 29, 2023
1 parent 091c8ee commit 24a6f26
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 11)
set (THALLIUM_VERSION_PATCH 3)
set (THALLIUM_VERSION_MINOR 12)
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 24a6f26

Please sign in to comment.