From e10c2eeef23d05e0ce12061bb535132f37e6d457 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 23 Feb 2020 23:05:40 +0000 Subject: Uprev vendor/libgit2 to v0.99 This uprevs libgit2 to the latest and greatest. --- git_static.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git_static.go') diff --git a/git_static.go b/git_static.go index d7c2295..4dcb1db 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 -#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 28 -# error "Invalid libgit2 version; this git2go supports libgit2 v0.28" +#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 99 +# error "Invalid libgit2 version; this git2go supports libgit2 v0.99" #endif */ -- cgit v1.2.3