We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f5a7c commit 837eee4Copy full SHA for 837eee4
CMakeLists.txt
@@ -26,7 +26,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET "default")
26
# Version information
27
set(CALIPER_MAJOR_VERSION 2)
28
set(CALIPER_MINOR_VERSION 13)
29
-set(CALIPER_PATCH_VERSION 0)
+set(CALIPER_PATCH_VERSION 1)
30
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")
31
32
# Add our module directory to the include path.
0 commit comments