From 5adb48e4a8d15cbbf0647f6982023d3a24b8c380 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Thu, 21 Apr 2011 21:21:44 +0200 Subject: [PATCH] LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0) LIBGIT2_VER_MINOR was left at 10 instead of 11. --- include/git2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2.h b/include/git2.h index 29fa98e18..5756d7e90 100644 --- a/include/git2.h +++ b/include/git2.h @@ -28,7 +28,7 @@ #define LIBGIT2_VERSION "0.11.0" #define LIBGIT2_VER_MAJOR 0 -#define LIBGIT2_VER_MINOR 10 +#define LIBGIT2_VER_MINOR 11 #define LIBGIT2_VER_REVISION 0 #include "git2/common.h"