Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@e7820cf
Browse files Browse the repository at this point in the history
chore: fix typo in comment
  • Loading branch information
krlmlr committed Jan 2, 2025
1 parent 354b0fb commit 346ef87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vendor/cigraph/etc/cmake/compilers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ macro(use_all_warnings TARGET_NAME)
)
else()
# Notes:
# GCC does not complain when encountering an unsupported "no"-prefixed wanring option such as -Wno-foo.
# GCC does not complain when encountering an unsupported "no"-prefixed warning option such as -Wno-foo.
# Clang does complain, but these complaints can be silenced with -Wno-unknown-warning-option.
# Therefore it is generally safe to use -Wno-... options that are only supported by recent GCC/Clang.
target_compile_options(${TARGET_NAME} PRIVATE
Expand Down
4 changes: 2 additions & 2 deletions src/vendor/igraph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

__BEGIN_DECLS

#define IGRAPH_VERSION "0.10.13-126-g31c4e6ffc"
#define IGRAPH_VERSION "0.10.13-127-ge7820cf96"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 13
#define IGRAPH_VERSION_PRERELEASE "126-g31c4e6ffc"
#define IGRAPH_VERSION_PRERELEASE "127-ge7820cf96"

IGRAPH_EXPORT void igraph_version(const char **version_string,
int *major,
Expand Down

0 comments on commit 346ef87

Please sign in to comment.