diff options
| author | Carlos Martín Nieto <[email protected]> | 2016-11-19 15:09:41 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2016-11-19 15:09:41 +0100 |
| commit | a41e2b66449f05093de71f8debc71092f0a8117e (patch) | |
| tree | 3d1b8d4de9e440c9df93fa795006e49abdae13b1 | |
| parent | 4eecbd8d447b48ca29d4e9e782cbe0451535893e (diff) | |
Update to 0.25-rc1
| -rw-r--r-- | git.go | 4 | ||||
| m--------- | vendor/libgit2 | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
