Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@082e2c6
Browse files Browse the repository at this point in the history
chore: update changelog [skip ci]
  • Loading branch information
krlmlr committed Jan 6, 2025
1 parent f4098d2 commit bd81476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/vendor/cigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Other

- Workaround for bug in CMake 3.31.0, see https://gitlab.kitware.com/cmake/cmake/-/issues/26449
- Updated the vendored `plfit` library. This works around a bug in some MSVC / Windows SDK versions that define a `NAN` macro that is not a compile-time constant.
- Documentation improvements.

## [0.10.15]
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.15-28-g8d242741a"
#define IGRAPH_VERSION "0.10.15-29-g082e2c6ba"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 15
#define IGRAPH_VERSION_PRERELEASE "28-g8d242741a"
#define IGRAPH_VERSION_PRERELEASE "29-g082e2c6ba"

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

0 comments on commit bd81476

Please sign in to comment.