libgit2

git_libgit2_prerelease

Version:

Return the prerelease state of the libgit2 library currently being used. For nightly builds during active development, this will be "alpha". Releases may have a "beta" or release candidate ("rc1", "rc2", etc) prerelease. For a final release, this function returns NULL.

Signature

const char *git_libgit2_prerelease();

Returns

const char *

the name of the prerelease state or NULL

Versions