summaryrefslogtreecommitdiff
path: root/git_dynamic.go
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-02-23 23:05:40 +0000
committerlhchavez <[email protected]>2020-03-04 09:54:42 -0800
commite10c2eeef23d05e0ce12061bb535132f37e6d457 (patch)
treea236ecbc6caeb447897d779921f4b86bde2e6476 /git_dynamic.go
parent30de4b2e26a2eb7742445962e3038052c5376bfa (diff)
Uprev vendor/libgit2 to v0.99
This uprevs libgit2 to the latest and greatest.
Diffstat (limited to 'git_dynamic.go')
-rw-r--r--git_dynamic.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/git_dynamic.go b/git_dynamic.go
index 06deeeb..9112954 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 != 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
*/