Skip to content

Commit 4d7ff46

Browse files
committed
Bump version
1 parent 265cc4a commit 4d7ff46

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
@@ -8,7 +8,7 @@ project (caliper C CXX)
88
# Version information
99
set(CALIPER_MAJOR_VERSION 2)
1010
set(CALIPER_MINOR_VERSION 0)
11-
set(CALIPER_PATCH_VERSION 0)
11+
set(CALIPER_PATCH_VERSION 1)
1212
set(CALIPER_VERSION "${CALIPER_MAJOR_VERSION}.${CALIPER_MINOR_VERSION}.${CALIPER_PATCH_VERSION}")
1313

1414
# Add our module directory to the include path.

0 commit comments

Comments
 (0)