Skip to content

Commit

Permalink
cmake: bump sover to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Feb 17, 2024
1 parent df4be17 commit 11d5ccd
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 @@ -27,7 +27,7 @@ target_include_directories( hyprlang
)
set_target_properties(hyprlang PROPERTIES
VERSION ${HYPRLANG_VERSION}
SOVERSION 0
SOVERSION 1
PUBLIC_HEADER include/hyprlang.hpp)

if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down

0 comments on commit 11d5ccd

Please sign in to comment.