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 265cc4a commit 4d7ff46Copy full SHA for 4d7ff46
CMakeLists.txt
@@ -8,7 +8,7 @@ project (caliper C CXX)
8
# Version information
9
set(CALIPER_MAJOR_VERSION 2)
10
set(CALIPER_MINOR_VERSION 0)
11
-set(CALIPER_PATCH_VERSION 0)
+set(CALIPER_PATCH_VERSION 1)
12
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")
13
14
# Add our module directory to the include path.
0 commit comments