summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-07-26 14:57:03 +0200
committerDimitri Staessens <dimitri.staessens@ugent.be>2018-07-27 00:22:24 +0200
commit1c7dcc2d37dc5a41379ca08b523bda58a51f11de (patch)
treeea3313cc68500b8087393705a58d3f442ef8325c /CMakeLists.txt
parent55e1cd4caffbf8f31b03c53b99f27dc85c3a9aba (diff)
downloadouroboros-1c7dcc2d37dc5a41379ca08b523bda58a51f11de.tar.gz
ouroboros-1c7dcc2d37dc5a41379ca08b523bda58a51f11de.zip
ipcpd: Check if mgmt flow event is FLOW_PKT0.11.12
The management flows were considering every event to be a FLOW_PKT event, when in fact it could also be a flow down or up event, resulting in indefinite reads. Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be> Signed-off-by: Dimitri Staessens <dimitri.staessens@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 7893774b..5e51e2f4 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 11)
+set(PACKAGE_VERSION_PATCH 12)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")