Query igraph's version string
Queries igraph's original version string. See details below.
igraph_version()
The igraph version string is the same as the version of the R package for all released igraph versions. For development versions and nightly builds, they might differ however.
The reason for this is, that R package version numbers are not flexible enough to cover in-between releases versions, e.g. alpha and beta versions, release candidates, etc.
A character scalar, the igraph version string.
Gabor Csardi csardi.gabor@gmail.com
## Compare to the package version packageDescription("igraph")$Version igraph_version()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.