File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ add_library(
337337add_dependencies (igraph parsersources)
338338
339339# Set soname for the library
340- set_target_properties (igraph PROPERTIES VERSION "3.1.10 " )
340+ set_target_properties (igraph PROPERTIES VERSION "3.1.11 " )
341341set_target_properties (igraph PROPERTIES SOVERSION 3)
342342
343343# Add extra compiler definitions if needed
Original file line number Diff line number Diff line change 2828
2929__BEGIN_DECLS
3030
31- #define IGRAPH_VERSION "0.10.16-167-ga4c6be577 "
31+ #define IGRAPH_VERSION "0.10.16-169-gccbbe3733 "
3232#define IGRAPH_VERSION_MAJOR 0
3333#define IGRAPH_VERSION_MINOR 10
3434#define IGRAPH_VERSION_PATCH 16
35- #define IGRAPH_VERSION_PRERELEASE "167-ga4c6be577 "
35+ #define IGRAPH_VERSION_PRERELEASE "169-gccbbe3733 "
3636
3737IGRAPH_EXPORT void igraph_version (const char * * version_string ,
3838 int * major ,
You can’t perform that action at this time.
0 commit comments