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 /git.go | |
| parent | 4eecbd8d447b48ca29d4e9e782cbe0451535893e (diff) | |
Update to 0.25-rc1
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 4 |
1 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 */ |
