Skip to content

Commit 7fa48d4

Browse files
committed
Bump patch version to 0.9.1 in CMakeLists.txt
1 parent 5f37ddd commit 7fa48d4

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
@@ -4,7 +4,7 @@ project(cr2xt)
44
# cr2xt version
55
set(CR2XT_VERSION_MAJOR 0)
66
set(CR2XT_VERSION_MINOR 9)
7-
set(CR2XT_VERSION_PATCH 0)
7+
set(CR2XT_VERSION_PATCH 1)
88
set(CR2XT_VERSION "${CR2XT_VERSION_MAJOR}.${CR2XT_VERSION_MINOR}.${CR2XT_VERSION_PATCH}")
99

1010
# Get git version information (tag or short hash)

0 commit comments

Comments
 (0)