diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2023-09-20 12:45:37 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2023-09-20 18:53:25 +0200 |
commit | 3662d75fa3a2cbe52fd9008754b1b6222342308d (patch) | |
tree | abc5375679615e6d54d766ab48d7c4121c8eed4e /CMakeLists.txt | |
parent | 2df952d68587a6422f7462eee55c0f42904df4c9 (diff) | |
download | ouroboros-3662d75fa3a2cbe52fd9008754b1b6222342308d.tar.gz ouroboros-3662d75fa3a2cbe52fd9008754b1b6222342308d.zip |
ipcpd: Broadcast destruction of DHT requests0.20.0
When a request is cancelled/destroyed, all blocking threads should
exit. Noticed some hangs on the DHT, this seems to fix/reduce it.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b52c23..7b030d3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 19) -set(PACKAGE_VERSION_PATCH 3) +set(PACKAGE_VERSION_MINOR 20) +set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |