summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2016-11-19 15:09:41 +0100
committerCarlos Martín Nieto <[email protected]>2016-11-19 15:09:41 +0100
commita41e2b66449f05093de71f8debc71092f0a8117e (patch)
tree3d1b8d4de9e440c9df93fa795006e49abdae13b1 /git.go
parent4eecbd8d447b48ca29d4e9e782cbe0451535893e (diff)
Update to 0.25-rc1
Diffstat (limited to 'git.go')
-rw-r--r--git.go4
1 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
*/