Commit 027eab91b7795e4d001b983d55894a1a7e7a0cc5

Vicent Martí 2011-04-21T15:20:46

Merged pull request #142 from potyl/development. LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0) --- LIBGIT2_VER_MINOR was left at 10 instead of 11.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2.h b/include/git2.h
index 29fa98e..5756d7e 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"