Skip to content

Commit

Permalink
Preparing for version 9.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 30, 2023
1 parent 4f73a7c commit 421845e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v9.0.22

- Fixing size of LibC structures for file access to handle iNodes of 64 bits.
This is needed in 32 bits systems that runs in a container or have big disks.
It requires adding \_FILE\_OFFSET\_BITS=64 compile option.


## v9.0.21

- Implementing High resolution clock for ARM64 (Used during profiling)
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 21)
set(VERSION_PATCH_NUMBER 22)

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

0 comments on commit 421845e

Please sign in to comment.