Skip to content

Commit 837eee4

Browse files
authored
Mark v2.13.1
1 parent 42f5a7c commit 837eee4

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
@@ -26,7 +26,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET "default")
2626
# Version information
2727
set(CALIPER_MAJOR_VERSION 2)
2828
set(CALIPER_MINOR_VERSION 13)
29-
set(CALIPER_PATCH_VERSION 0)
29+
set(CALIPER_PATCH_VERSION 1)
3030
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")
3131

3232
# Add our module directory to the include path.

0 commit comments

Comments
 (0)