Skip to contents

Version of the libgit2 library that the bundled source code is based on

Usage

libgit2_version()

Value

A list with major, minor and rev

Examples

libgit2_version()
#> $major
#> [1] 1
#> 
#> $minor
#> [1] 1
#> 
#> $rev
#> [1] 0
#>