Bump required libgit2 version to 0.21

This commit is contained in:
Carlos Martín Nieto
2014-06-08 20:35:15 +02:00
parent d3af09e86d
commit 130fff6f2c

View File

@@ -32,8 +32,8 @@
#include <Python.h>
#include <git2.h>
#if !(LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR == 20)
#error You need a compatible libgit2 version (v0.20.x)
#if !(LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR == 21)
#error You need a compatible libgit2 version (v0.21.x)
#endif
/*