git_libgit2_prerelease

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.

extern (C) nothrow @nogc public
const(char)*
git_libgit2_prerelease
()

Return Value

Type: const(char)*

the name of the prerelease state or null

Meta