Skip to content

Commit

Permalink
Preparing for version 9.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Dec 7, 2022
1 parent 77dd88d commit 191b5a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v9.0.21

- Implementing High resolution clock for ARM64 (Used during profiling)
- Updating third party libraries for all the graphic layer

## v9.0.20
- Fixing a performance regression on the allocation of opcodes and fix-ups.
Cleaning only the ones that are going to be used.
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 20)
set(VERSION_PATCH_NUMBER 21)

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

0 comments on commit 191b5a0

Please sign in to comment.