Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed May 10, 2021
1 parent c2d3896 commit c8db76a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
if (NOT CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release
CACHE STRING "Choose the type of build." FORCE)
set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
"Debug" "Release" "RelWithDebInfo" "MinSizeRel")
endif ()
option (ENABLE_CEREAL "Enable cereal serialization" OFF)
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# CMakeLists.txt cmake file for thallium library
# 13-Oct-2017 [email protected]
# 13-Oct-2017 [email protected]
#

# load package helper for generating cmake CONFIG packages
Expand All @@ -14,7 +14,7 @@ set (thallium-pkg "share/cmake/thallium")
#
set (THALLIUM_VERSION_MAJOR 0)
set (THALLIUM_VERSION_MINOR 8)
set (THALLIUM_VERSION_PATCH 0)
set (THALLIUM_VERSION_PATCH 5)
set (thallium-vers "${THALLIUM_VERSION_MAJOR}.${THALLIUM_VERSION_MINOR}")
set (THALLIUM_VERSION "${thallium-vers}.${THALLIUM_VERSION_PATCH}")

Expand Down

0 comments on commit c8db76a

Please sign in to comment.