Downloads
Reference
Learning
Security
Source
API Documentation
version
LIBGIT2_VERSION_NUMBER
Version:
main
An integer value representing the libgit2 version number. For example, libgit2 1.6.3 is 1060300.
Signature
GitHub
#define LIBGIT2_VERSION_NUMBER ( (LIBGIT2_VERSION_MAJOR * 1000000) + (LIBGIT2_VERSION_MINOR * 10000) + (LIBGIT2_VERSION_REVISION * 100))
Versions
main