libgit2.version_

Members

Manifest constants

LIBGIT2_SOVERSION
enum LIBGIT2_SOVERSION;

The library ABI soversion for this version of libgit2.

LIBGIT2_VERSION
enum LIBGIT2_VERSION;

The version string for libgit2. This string follows semantic versioning (v2) guidelines.

LIBGIT2_VER_MAJOR
enum LIBGIT2_VER_MAJOR;

The major version number for this version of libgit2.

LIBGIT2_VER_MINOR
enum LIBGIT2_VER_MINOR;

The minor version number for this version of libgit2.

LIBGIT2_VER_PATCH
enum LIBGIT2_VER_PATCH;

The Windows DLL patch number for this version of libgit2.

LIBGIT2_VER_PRERELEASE
enum LIBGIT2_VER_PRERELEASE;

The prerelease string for this version of libgit2. For development (nightly) builds, this will be "alpha". For prereleases, this will be a prerelease name like "beta" or "rc1". For final releases, this will be null.

LIBGIT2_VER_REVISION
enum LIBGIT2_VER_REVISION;

The revision ("teeny") version number for this version of libgit2.

Meta

License

GPL-2.0(Linking Exception)