Skip to content

Commit eb4b243

Browse files
authored
Dynamic linking 0.28
1 parent 5d31538 commit eb4b243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_dynamic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package git
66
#include <git2.h>
77
#cgo pkg-config: libgit2
88
9-
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 27
10-
# error "Invalid libgit2 version; this git2go supports libgit2 v0.27"
9+
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 28
10+
# error "Invalid libgit2 version; this git2go supports libgit2 v0.28"
1111
#endif
1212
1313
*/

0 commit comments

Comments
 (0)