C++ Graph Library.
When installing GraphCPP, require it's version. For us, this is what major.minor.patch
means:
major
- MAJOR breaking changes; includes major new features, major changes in how the whole system works, and complete rewrites; it allows us to considerably improve the product, and add features that were previously impossible.minor
- MINOR breaking changes; it allows us to add big new features.patch
- NO breaking changes; includes bug fixes and non-breaking new features.
For all-time versions, please see the CHANGELOG file.
This project is licensed under the MIT License - see the LICENSE file for details