Skip to content

Commit

Permalink
CMakeLists.txt: Fix typo in SOVERSION_MINOR.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunweaver committed Apr 10, 2024
1 parent 96afd7a commit a29c4d0
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 @@ -9,7 +9,7 @@ project(quickflux VERSION 1.1.3)
option(BUILD_SHARED_LIBS "Build using shared libraries" OFF)

set(SOVERSION_MAJOR 1)
set(SOVERSION_MINOR 0)
set(SOVERSION_MINOR 1)
set(SOVERSION_PATCH 3)

option(quickflux_INSTALL "Enable the installation of targets." ON)
Expand Down

0 comments on commit a29c4d0

Please sign in to comment.