diff --git a/libowlps-client/CMakeLists.txt b/libowlps-client/CMakeLists.txt index 2b41c9f..675ee99 100644 --- a/libowlps-client/CMakeLists.txt +++ b/libowlps-client/CMakeLists.txt @@ -22,7 +22,7 @@ set_target_properties( PROPERTIES OUTPUT_NAME owlps-client SOVERSION 1 - VERSION 1.0 + VERSION 1.1 ) # Add compile flags diff --git a/libowlps/CMakeLists.txt b/libowlps/CMakeLists.txt index 4b9bff1..23fa92f 100644 --- a/libowlps/CMakeLists.txt +++ b/libowlps/CMakeLists.txt @@ -33,7 +33,7 @@ set_target_properties( PROPERTIES OUTPUT_NAME owlps SOVERSION 3 - VERSION 3.1 + VERSION 3.2 ) # Add compile flags