Skip to content

Commit 0550c6e

Browse files
authored
Mark v2.12.1
1 parent fdee680 commit 0550c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET "default")
2222
# Version information
2323
set(CALIPER_MAJOR_VERSION 2)
2424
set(CALIPER_MINOR_VERSION 12)
25-
set(CALIPER_PATCH_VERSION 0)
25+
set(CALIPER_PATCH_VERSION 1)
2626
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")
2727

2828
# Add our module directory to the include path.

0 commit comments

Comments
 (0)