summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Mohr <alexander.m.mohr@mercedes-benz.com>2023-05-05 11:41:35 +0200
committerGitHub <noreply@github.com>2023-05-05 11:41:35 +0200
commitb543d480c53aaaaeb6472634d535c3fb6d00f61f (patch)
tree88f0cc6f666f5e609538c3d8fa079ae8df870e96 /CMakeLists.txt
parentd943f738dde39f4cd39e3eae64af931b68d1917e (diff)
downloadDLT-daemon-b543d480c53aaaaeb6472634d535c3fb6d00f61f.tar.gz
cmake: set version to 2.18.9 (#478)
this version will be used to create filenames etc and should reflect the current version Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.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 7ce050b..413ed96 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
#######
cmake_minimum_required(VERSION 3.3)
-project(automotive-dlt VERSION 2.18.8)
+project(automotive-dlt VERSION 2.18.9)
mark_as_advanced(CMAKE_BACKWARDS_COMPATIBILITY)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)