Skip to content

Commit

Permalink
chore: bumping VERSION property of library due to API additions but n…
Browse files Browse the repository at this point in the history
…o breaking changes
  • Loading branch information
ntamas committed Jun 29, 2023
1 parent aa833d5 commit d7fad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -324,7 +324,7 @@ add_library(
add_dependencies(igraph parsersources)

# Set soname for the library
set_target_properties(igraph PROPERTIES VERSION "3.0.0")
set_target_properties(igraph PROPERTIES VERSION "3.1.0")
set_target_properties(igraph PROPERTIES SOVERSION 3)

# Add extra compiler definitions if needed
Expand Down

0 comments on commit d7fad19

Please sign in to comment.