We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d31538 commit eb4b243Copy full SHA for eb4b243
git_dynamic.go
@@ -6,8 +6,8 @@ package git
6
#include <git2.h>
7
#cgo pkg-config: libgit2
8
9
-#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 27
10
-# 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"
11
#endif
12
13
*/
0 commit comments