Skip to content

Commit 1fc7db1

Browse files
Leonardo Alminanaedsiper
authored andcommitted
build: version bump
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 8c6f254 commit 1fc7db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55

66
# CMetrics Version
77
set(CPROF_VERSION_MAJOR 0)
8-
set(CPROF_VERSION_MINOR 0)
9-
set(CPROF_VERSION_PATCH 1)
8+
set(CPROF_VERSION_MINOR 1)
9+
set(CPROF_VERSION_PATCH 0)
1010
set(CPROF_VERSION_STR "${CPROF_VERSION_MAJOR}.${CPROF_VERSION_MINOR}.${CPROF_VERSION_PATCH}")
1111

1212
# Include helpers

0 commit comments

Comments
 (0)