Skip to content

Commit

Permalink
Release for v9.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Sep 22, 2021
1 parent aa54840 commit d4b2ce1
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.8
- Improving AIO Support in windows to handle the maximum quantity of waiting on objects
- SIGEMT is not defined in all Linux as it depends on the architecture
- Improving reporting of exception and version number

## v9.0.7

- Ignore SIGPIPE and let send fail with an error instead of killing the process
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(VERSION_MAJOR 9)
set(VERSION_MINOR 0)
set(VERSION_PATCH "8")

if(not(BUILD_IS_RELEASE))
if(NOT BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH}-${GIT_COMMIT_HASH}")
endif(BUILD_IS_RELEASE)

Expand Down

0 comments on commit d4b2ce1

Please sign in to comment.