Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 25, 2024
1 parent 656badb commit 790c840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ include( GitVersionSemverfier )
#-----------------------------------------------------------------
# Also needs to be changed in scripts/BuildRelease.py
set( BHL_REPO_VERSION_MAJOR 1 )
set( BHL_REPO_VERSION_MINOR 10 )
set( BHL_REPO_VERSION_PATCH 4 )
set( BHL_REPO_VERSION_MINOR 11 )
set( BHL_REPO_VERSION_PATCH 0 )
set( BHL_REPO_VERSION_TAG "dev" )

if( GIT_SUCCESS )
Expand Down
2 changes: 1 addition & 1 deletion scripts/BuildRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# Also needs to be changed in CMakeLists.txt
DEFAULT_VERSION = [1, 10, 4, 'dev', '']
DEFAULT_VERSION = [1, 11, 0, 'dev', '']


# ---------------------------------------------
Expand Down

0 comments on commit 790c840

Please sign in to comment.