Skip to content

Commit

Permalink
Merge pull request #568 from guillep/release10.0.3
Browse files Browse the repository at this point in the history
Prepare Release 10.0.3
  • Loading branch information
guillep authored Apr 5, 2023
2 parents aede3fc + d3ba52c commit 616e384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change log

I am a changelog... do not expect too much from me :D
## v10.0.3

- Fix ARM32 by @tesonep in #562
- Verify ephemeron key is not immediate when marking by @guillep in #565

## v10.0.2

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 2)
set(VERSION_PATCH_NUMBER 3)

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

0 comments on commit 616e384

Please sign in to comment.