summaryrefslogtreecommitdiff
path: root/git_static.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2019-02-15 14:26:37 +0100
committerGitHub <[email protected]>2019-02-15 14:26:37 +0100
commitbf1e8a4338822ad2539a3876f58b15b590eb9e1f (patch)
treee05523858ab07cb0df457dd3d55cf5303222445c /git_static.go
parent2f91268f7464b21051b4800975a04a1ecde3f559 (diff)
parent5fda6dd90191b1c51a1785ad7cabd2fd5b05e802 (diff)
Merge pull request #479 from lhchavez/uprev-libgit2
Uprev vendored libgit2 to v.0.28
Diffstat (limited to 'git_static.go')
-rw-r--r--git_static.go4
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
*/