Skip to content

Commit

Permalink
cmake: bump sover to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Mar 8, 2024
1 parent 84170ba commit a685493
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 @@ -37,7 +37,7 @@ target_include_directories( hyprlang
)
set_target_properties(hyprlang PROPERTIES
VERSION ${HYPRLANG_VERSION}
SOVERSION 1
SOVERSION 2
PUBLIC_HEADER include/hyprlang.hpp)

if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down

0 comments on commit a685493

Please sign in to comment.