Skip to content

Commit

Permalink
Set version to 1.12.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Oct 6, 2024
1 parent bda2f0c commit 04cae0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include( GitVersionSemverfier )
set( BHL_REPO_VERSION_MAJOR 1 )
set( BHL_REPO_VERSION_MINOR 12 )
set( BHL_REPO_VERSION_PATCH 0 )
set( BHL_REPO_VERSION_TAG "dev" )
set( BHL_REPO_VERSION_TAG "" )

if( GIT_SUCCESS )
message( "Version: ${GIT_SEM_VERSION} (from Git)" )
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, 12, 0, 'dev', '']
DEFAULT_VERSION = [1, 12, 0, '', '']


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

0 comments on commit 04cae0e

Please sign in to comment.