Skip to content

Commit

Permalink
Updated version in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill committed Feb 22, 2024
1 parent 5e648d7 commit 88c75d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
###
# Project definition
###
project(isotp LANGUAGES C VERSION 1.0.1 DESCRIPTION "A platform-agnostic ISOTP implementation in C for embedded devices.")
project(isotp LANGUAGES C VERSION 1.1.1 DESCRIPTION "A platform-agnostic ISOTP implementation in C for embedded devices.")

option(isotpc_USE_INCLUDE_DIR "Copy header files to separate include directory in current binary dir for better separation of header files to combat potential naming conflicts." OFF)
option(isotpc_STATIC_LIBRARY "Compile libisotpc as a static library, instead of a shared library." OFF)
Expand Down

0 comments on commit 88c75d7

Please sign in to comment.