summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-12-22 12:14:21 +0100
committerSander Vrijders <sander@ouroboros.rocks>2021-12-22 16:37:41 +0100
commit0a0c244b9939059b86d304dd127763fed7d10af4 (patch)
tree7eb895ce2c8ca7d22bef688e877bc6cfa180d517 /CMakeLists.txt
parent12f8f9e5ac624f120b21923c89b5aa144a70966a (diff)
downloadouroboros-0a0c244b9939059b86d304dd127763fed7d10af4.tar.gz
ouroboros-0a0c244b9939059b86d304dd127763fed7d10af4.zip
lib: Ease lock in timerwheel0.18.4
It was taking a write lock when a read lock was sufficient. 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e49074d..27fe03ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 18)
-set(PACKAGE_VERSION_PATCH 3)
+set(PACKAGE_VERSION_PATCH 4)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")