From be51cce4f18ac64b94bc28544b21e625a6e5688e Mon Sep 17 00:00:00 2001 From: Christian Gabriel Date: Sat, 9 Mar 2024 11:37:00 +0100 Subject: [PATCH] 3.2.0 Signed-off-by: Christian Gabriel --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c01268..9adb439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(libicsneo-socketcan-daemon VERSION 3.1.2) +project(libicsneo-socketcan-daemon VERSION 3.2.0) set(CMAKE_CXX_STANDARD 17) @@ -28,4 +28,4 @@ include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) add_subdirectory("third-party/libicsneo") add_executable(libicsneo-socketcan-daemon src/main.cpp) -target_link_libraries(libicsneo-socketcan-daemon icsneocpp) \ No newline at end of file +target_link_libraries(libicsneo-socketcan-daemon icsneocpp)