diff options
| author | lhchavez <[email protected]> | 2019-01-12 21:21:20 +0000 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2019-02-11 03:57:50 +0000 |
| commit | 5fda6dd90191b1c51a1785ad7cabd2fd5b05e802 (patch) | |
| tree | e05523858ab07cb0df457dd3d55cf5303222445c /git_static.go | |
| parent | 2f91268f7464b21051b4800975a04a1ecde3f559 (diff) | |
Uprev vendored libgit2 to v0.28
New version is here!
Diffstat (limited to 'git_static.go')
| -rw-r--r-- | git_static.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git_static.go b/git_static.go index 547ae8a..d7c2295 100644 --- a/git_static.go +++ b/git_static.go @@ -8,8 +8,8 @@ package git #cgo !windows pkg-config: --static ${SRCDIR}/static-build/install/lib/pkgconfig/libgit2.pc #include <git2.h> -#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 27 -# error "Invalid libgit2 version; this git2go supports libgit2 v0.27" +#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 28 +# error "Invalid libgit2 version; this git2go supports libgit2 v0.28" #endif */ |
