summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-05-02 11:47:29 +0200
committerSander Vrijders <sander@ouroboros.rocks>2020-05-02 11:52:54 +0200
commit65054fafc577cd326832fb4f673ecadd93c778e2 (patch)
tree5460ee498c0518fadf903745865812628466db41 /CMakeLists.txt
parentae995c0f88e56680f5b8e18aa51ed6bee8776c6b (diff)
downloadouroboros-65054fafc577cd326832fb4f673ecadd93c778e2.tar.gz
ouroboros-65054fafc577cd326832fb4f673ecadd93c778e2.zip
ipcpd: Remove some unused variables0.17.4
The compiler spotted some variables that weren't really used. 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 5d09ed1c..535a0540 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 17)
-set(PACKAGE_VERSION_PATCH 3)
+set(PACKAGE_VERSION_PATCH 4)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")