Skip to content

Commit

Permalink
Preparing for v9.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 22, 2022
1 parent 2d6fe51 commit 9e4879f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

I am a changelog... do not wait too much from me :D

## v9.0.17
- Supporting old images in OSX ARM64 with Libgit older than v1.4.4

## v9.0.16
- Fixes in users of declarationAt:
- Updating Readme
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 9)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 16)
set(VERSION_PATCH_NUMBER 17)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit 9e4879f

Please sign in to comment.