summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.go4
m---------vendor/libgit20
2 files changed, 2 insertions, 2 deletions
diff --git a/git.go b/git.go
index 77394cf..cb973ee 100644
--- a/git.go
+++ b/git.go
@@ -8,8 +8,8 @@ package git
#include <git2.h>
#include <git2/sys/openssl.h>
-#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 24
-# error "Invalid libgit2 version; this git2go supports libgit2 v0.24"
+#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 25
+# error "Invalid libgit2 version; this git2go supports libgit2 v0.25"
#endif
*/
diff --git a/vendor/libgit2 b/vendor/libgit2
-Subproject a051ee31f2a3790410c2b482611f691135d2eae
+Subproject ae5838f118a4819e608990a815bf8fc482be577