summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/git2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2.h b/include/git2.h
index 886a659c8..9a0999a16 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -8,9 +8,9 @@
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__
-#define LIBGIT2_VERSION "0.14.0"
+#define LIBGIT2_VERSION "0.15.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 14
+#define LIBGIT2_VER_MINOR 15
#define LIBGIT2_VER_REVISION 0
#include "git2/common.h"