summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-05-08 14:42:55 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-05-08 14:52:04 +0200
commiteaf14819c8cdab3c5ae1d678b0a12977f8b2d9e1 (patch)
tree29b91505426d5388eddc499b2a1d1a8b0877204d /CMakeLists.txt
parentba30eb7a57f3561eec8f24e36901847e5e13753f (diff)
downloadouroboros-eaf14819c8cdab3c5ae1d678b0a12977f8b2d9e1.tar.gz
ouroboros-eaf14819c8cdab3c5ae1d678b0a12977f8b2d9e1.zip
ipcpd: Fix check build for DHT0.11.6
The DHT test failed on the use of IPCP-specific calls. These calls are now guarded by the correct defition checks. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
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 fddff4d0..d6d59229 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 11)
-set(PACKAGE_VERSION_PATCH 5)
+set(PACKAGE_VERSION_PATCH 6)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")