Skip to content

Commit

Permalink
Bump version to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Nov 9, 2022
1 parent e056957 commit c47a5ab
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 @@ -30,7 +30,7 @@ include( GetGitRevisionDescription )
# Also needs to be changed in scripts/BuildRelease.py
set( BHL_REPO_VERSION_MAJOR 1 )
set( BHL_REPO_VERSION_MINOR 9 )
set( BHL_REPO_VERSION_PATCH 0 )
set( BHL_REPO_VERSION_PATCH 1 )
set( BHL_REPO_VERSION_TAG "dev" )

if( NOT BHL_VERSION_MAJOR )
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, 9, 0, 'dev', '']
DEFAULT_VERSION = [1, 9, 1, 'dev', '']


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

1 comment on commit c47a5ab

@yunusyv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bu dosyayı daha kolay indirilibilir bir siteye yükleyebilirsiniz

Please sign in to comment.