summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-09-03 17:26:55 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-09-03 17:28:13 +0900
commit14ea971be7e808b9c5099c7f404ed3cf341873c4 (patch)
tree3bc623d6aa7b1baba08505ce2307f0b5c220d0c3 /CMakeLists.txt
parent2db568e27887d5ac9ad4f7928daf07a9aaf296db (diff)
downloadDLT-daemon-2.18.4.tar.gz
Update ReleaseNotes and version to v2.18.4v2.18.4
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
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 b303f29..845d269 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(GNUInstallDirs)
# Set version parameters
set(DLT_MAJOR_VERSION 2)
set(DLT_MINOR_VERSION 18)
-set(DLT_PATCH_LEVEL 3)
+set(DLT_PATCH_LEVEL 4)
set(DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
set(DLT_VERSION_STATE STABLE)
set(DLT_REVISION "")