Skip to content

Commit

Permalink
Mark v2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Nov 14, 2024
1 parent 45515d2 commit 287b7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET "default")
set(CALIPER_MAJOR_VERSION 2)
set(CALIPER_MINOR_VERSION 12)
set(CALIPER_PATCH_VERSION 0)
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}-dev")
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")

# Add our module directory to the include path.
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
Expand Down

0 comments on commit 287b7f3

Please sign in to comment.