Skip to content

Commit 0e22a92

Browse files
committed
Bump version to 1.14.0
1 parent b690c36 commit 0e22a92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ include( GitVersionSemverfier )
2828
# Version
2929
#-----------------------------------------------------------------
3030
set( BHL_REPO_VERSION_MAJOR 1 )
31-
set( BHL_REPO_VERSION_MINOR 13 )
32-
set( BHL_REPO_VERSION_PATCH 1 )
33-
set( BHL_REPO_VERSION_TAG "" )
31+
set( BHL_REPO_VERSION_MINOR 14 )
32+
set( BHL_REPO_VERSION_PATCH 0 )
33+
set( BHL_REPO_VERSION_TAG "dev" )
3434

3535
if( GIT_SUCCESS )
3636
message( "Version: ${GIT_SEM_VERSION} (from Git)" )

0 commit comments

Comments
 (0)