Skip to content

Commit

Permalink
vendor: Update vendored sources (tag 0.10.15) to igraph/igraph@635b432
Browse files Browse the repository at this point in the history
chore: updated changelog
  • Loading branch information
krlmlr committed Jan 5, 2025
1 parent 52ab97d commit e7bbb0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/vendor/cigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# igraph C library changelog

## [master]
## [0.10.15]

### Added

Expand Down Expand Up @@ -1445,7 +1445,8 @@ Some of the highlights are:
- Provide proper support for Windows, using `__declspec(dllexport)` and `__declspec(dllimport)` for `DLL`s and static usage by using `#define IGRAPH_STATIC 1`.
- Provided integer versions of `dqueue` and `stack` data types.

[master]: https://github.com/igraph/igraph/compare/0.10.13..master
[master]: https://github.com/igraph/igraph/compare/0.10.15..master
[0.10.15]: https://github.com/igraph/igraph/compare/0.10.13..0.10.15
[0.10.13]: https://github.com/igraph/igraph/compare/0.10.12..0.10.13
[0.10.12]: https://github.com/igraph/igraph/compare/0.10.11..0.10.12
[0.10.11]: https://github.com/igraph/igraph/compare/0.10.10..0.10.11
Expand Down
6 changes: 3 additions & 3 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-165-g563aa5e85"
#define IGRAPH_VERSION "0.10.15"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 13
#define IGRAPH_VERSION_PRERELEASE "165-g563aa5e85"
#define IGRAPH_VERSION_PATCH 15
#define IGRAPH_VERSION_PRERELEASE "cmake-experimental"

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

0 comments on commit e7bbb0a

Please sign in to comment.