Skip to content

Commit

Permalink
Upgrading to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel AINS committed Nov 9, 2020
1 parent b909ea6 commit a20854a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8)

# set the project name and version
project(ezsp VERSION 2.2.0)
project(ezsp VERSION 2.2.1)

configure_file(version.h.in version.h)

Expand Down
2 changes: 1 addition & 1 deletion src/ezsp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ list(APPEND ezsp_PUBLIC_HEADERS ${PROJECT_SOURCE_DIR}/include/ezsp/ezsp-protocol
list(APPEND ezsp_PUBLIC_HEADERS ${PROJECT_SOURCE_DIR}/include/config.h)

add_library(ezsp SHARED ${ezsp_SOURCES})
set_target_properties(ezsp PROPERTIES VERSION 1 SOVERSION 1.1.0)
set_target_properties(ezsp PROPERTIES VERSION 1 SOVERSION 1.1.1)
include_directories(${PROJECT_SOURCE_DIR}/include)
target_include_directories(ezsp PRIVATE ${PROJECT_SOURCE_DIR}/src)

Expand Down

0 comments on commit a20854a

Please sign in to comment.