summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-05-08 11:56:25 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-05-08 12:07:01 +0200
commitba30eb7a57f3561eec8f24e36901847e5e13753f (patch)
tree92eef9a8e87ec9d89c9c3293dcbbc6f9ec0f7a18 /CMakeLists.txt
parent42a92c75ea85760b145e1531482e9b2b8cea48fe (diff)
downloadouroboros-ba30eb7a57f3561eec8f24e36901847e5e13753f.tar.gz
ouroboros-ba30eb7a57f3561eec8f24e36901847e5e13753f.zip
ipcpd: Include ipcp-dev header in DHT0.11.5
The DHT called ipcp_sdb_release without including ipcp-dev, causing compiler errors on some machines. 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 3502504e..fddff4d0 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 4)
+set(PACKAGE_VERSION_PATCH 5)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")