Skip to content

Commit 16b53cd

Browse files
committed
Bump version for v0.6 series
Signed-off-by: Bennjamin Blast <[email protected]>
1 parent 8816601 commit 16b53cd

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
@@ -46,8 +46,8 @@ include (FindOS)
4646
include (SetupDirectories)
4747

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

0 commit comments

Comments
 (0)