From a41e2b66449f05093de71f8debc71092f0a8117e Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 19 Nov 2016 15:09:41 +0100 Subject: Update to 0.25-rc1 --- git.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git.go') 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 #include -#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 */ -- cgit v1.2.3