diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2011-05-05 16:22:06 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@elego.de> | 2011-05-05 16:22:06 +0200 |
commit | ca8d2dfc0cea0c16e2d6bae16d95d652e292f473 (patch) | |
tree | f98e0c362a388f9a9efe644ac3e38828f5f14807 /include/git2.h | |
parent | 094aaaaee92f4fc98a6c3c3af36183cb217948a8 (diff) | |
parent | cc3b82e376e0216c1af4ad46d24327d61e9efd99 (diff) | |
download | libgit2-ca8d2dfc0cea0c16e2d6bae16d95d652e292f473.tar.gz |
Merge remote-tracking branch 'upstream/development' into config
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h index 1db506231..ff55aef2d 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" |