Skip to content

Commit a6c9128

Browse files
committed
vendor: Update vendored sources to igraph/igraph@ccbbe37
chore: bump VERSION property in shared library tests: eliminate som undesirable uses of abort() in tests Refs igraph/igraph#2847
1 parent 9533aca commit a6c9128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vendor/cigraph/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ add_library(
337337
add_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")
341341
set_target_properties(igraph PROPERTIES SOVERSION 3)
342342

343343
# Add extra compiler definitions if needed

src/vendor/igraph_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
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

3737
IGRAPH_EXPORT void igraph_version(const char **version_string,
3838
int *major,

0 commit comments

Comments
 (0)