From b543d480c53aaaaeb6472634d535c3fb6d00f61f Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Fri, 5 May 2023 11:41:35 +0200 Subject: 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.1