summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8fd528..52edb51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include ( GNUInstallDirs )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 14)
-set( DLT_PATCH_LEVEL 0)
+set( DLT_PATCH_LEVEL 1)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
set( DLT_VERSION_STATE STABLE )
set( DLT_REVISION "")
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 75291b6..9867948 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,11 +4,15 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.14.0 STABLE
+2.14.1 STABLE
Changes
-------
+2.14.1
+ * MultiNode: Reconnection after connection loss
+ * Fix injection message handling
+
2.14.0
* Fix fork()-handler in libdlt
* Set default log-levels in dlt.conf