Skip to content

Commit 4807de9

Browse files
committed
build: bump patch version
1 parent 106245f commit 4807de9

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
@@ -47,7 +47,7 @@ include (SetupDirectories)
4747

4848
set (PROJECT_VER_MAJOR 0)
4949
set (PROJECT_VER_MINOR 6)
50-
set (PROJECT_VER_PATCH 0)
50+
set (PROJECT_VER_PATCH 1)
5151
set (PROJECT_VER
5252
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
5353
set (PROJECT_APIVER

0 commit comments

Comments
 (0)