Skip to content

Commit

Permalink
Bumped tixi version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman110 committed Jul 23, 2020
1 parent 130ff79 commit cb6deef
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 @@ -17,8 +17,8 @@ if (NOT IS_ABSOLUTE ${CMAKE_INSTALL_PREFIX})
endif()

set(TIXI_VERSION_MAJOR 3)
set(TIXI_VERSION_MINOR 0)
set(TIXI_VERSION_PATCH 3)
set(TIXI_VERSION_MINOR 1)
set(TIXI_VERSION_PATCH 0)
set(TIXI_VERSION "${TIXI_VERSION_MAJOR}.${TIXI_VERSION_MINOR}.${TIXI_VERSION_PATCH}")

# set name of the tixi library
Expand Down

0 comments on commit cb6deef

Please sign in to comment.