Update to 0.25-rc1

This commit is contained in:
Carlos Martín Nieto 2016-11-19 15:09:41 +01:00
parent 4eecbd8d44
commit a41e2b6644
2 changed files with 3 additions and 3 deletions

4
git.go
View File

@ -8,8 +8,8 @@ package git
#include <git2.h> #include <git2.h>
#include <git2/sys/openssl.h> #include <git2/sys/openssl.h>
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 24 #if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 25
# error "Invalid libgit2 version; this git2go supports libgit2 v0.24" # error "Invalid libgit2 version; this git2go supports libgit2 v0.25"
#endif #endif
*/ */

2
vendor/libgit2 vendored

@ -1 +1 @@
Subproject commit a051ee31f2a3790410c2b482611f691135d2eae0 Subproject commit ae5838f118a4819e608990a815bf8fc482be5772