summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorEmmanuel Rodriguez <emmanuel.rodriguez@booking.com>2011-04-21 21:21:44 +0200
committerEmmanuel Rodriguez <emmanuel.rodriguez@booking.com>2011-04-21 21:21:44 +0200
commit5adb48e4a8d15cbbf0647f6982023d3a24b8c380 (patch)
tree347c16d647227aba698c93eb8ccff1599dbc9de0 /include/git2.h
parentfee4c4255004c1f142e39d6884a4804eb38e3183 (diff)
downloadlibgit2-5adb48e4a8d15cbbf0647f6982023d3a24b8c380.tar.gz
LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0)
LIBGIT2_VER_MINOR was left at 10 instead of 11.
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index 29fa98e1..5756d7e9 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"