summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-10-12 17:01:39 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-10-12 17:35:11 +0200
commit3a650d07d2d7540ebee65cef58b35f0373ad14d6 (patch)
treeed4c42539f3fb25b0cf0177c211b91424e42513a /CMakeLists.txt
parentd375c023b5fa68e3a9804687683772c2734be8a4 (diff)
downloadouroboros-3a650d07d2d7540ebee65cef58b35f0373ad14d6.tar.gz
ouroboros-3a650d07d2d7540ebee65cef58b35f0373ad14d6.zip
ipcpd: Send link state message before lsdb update0.12.3
When a new link is added, the link state update will be sent before the database update, so the network is a little bit more quickly aware. This improves odds of the DHT successfully enrolling at its first attempt, reducing bootstrap time of a network. 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 badfd4b6..7a5d9671 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 12)
-set(PACKAGE_VERSION_PATCH 2)
+set(PACKAGE_VERSION_PATCH 3)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")