diff options
| author | lhchavez <[email protected]> | 2020-02-13 02:50:31 +0000 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2020-02-13 02:50:31 +0000 |
| commit | 150a8c60169ee69f4a869acbc10dbe097274605a (patch) | |
| tree | ccadf6203e85d60bfa8d6221dd94ff470f9a66f3 /git_dynamic.go | |
| parent | b201c503ab5788b2ce5511fa75792127e27e254c (diff) | |
| parent | 75c5e41422f224a6fde40903c4af4cf1afbd2d46 (diff) | |
Merge remote-tracking branch 'origin/master' into actions
Diffstat (limited to 'git_dynamic.go')
| -rw-r--r-- | git_dynamic.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git_dynamic.go b/git_dynamic.go index 0a977e8..06deeeb 100644 --- a/git_dynamic.go +++ b/git_dynamic.go @@ -6,8 +6,8 @@ package git #include <git2.h> #cgo pkg-config: libgit2 -#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 */ |
