What is the feature or improvement you would like to see?
The igraph_version() R function should be able to return the C core version this R/igraph release is based on. This could be enabled by passing a parameter. This version can be obtained with the igraph_version() C function.
Use cases for the feature
Ease debugging for us. When people report an issue, I'd like to immediately see what version of the C core was used, without having to go digging in the git commit history.
References
—