summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-07-23 11:29:24 +0200
committerDimitri Staessens <dimitri.staessens@ugent.be>2018-07-23 11:50:21 +0200
commitd4ce582882e832acda9cbf3802ac1ee7cd5abbfd (patch)
tree0b4b3e3887cdbd51b60fe0f265d229a4f07234ba /CMakeLists.txt
parenta3903da659e0f265f24628e65582e15ea25d4572 (diff)
downloadouroboros-d4ce582882e832acda9cbf3802ac1ee7cd5abbfd.tar.gz
ouroboros-d4ce582882e832acda9cbf3802ac1ee7cd5abbfd.zip
tools: Enhance irm connect and disconnect command0.11.10
This enhances the irm connect and irm disconnect command to allow creating connections between IPCPs based on wildcard matching for the component name. In case no component was specified it sets up connections between all possible components. 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 3b3ef9bf..a2caab14 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 9)
+set(PACKAGE_VERSION_PATCH 10)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")