summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-02-20 22:06:53 +0000
committerGitHub <noreply@github.com>2018-02-20 22:06:53 +0000
commit809b0ca6b9b6a5648b8e802a9f0c6a0821257595 (patch)
treec36b4c281eee9089ca11784865377e5fd90fa2a4 /include/git2
parent894ccf4b162f87745ce890485f198374e9404152 (diff)
parent23d4a91b4dcd4db0a3d8e0e280e2feda4ad53872 (diff)
downloadlibgit2-809b0ca6b9b6a5648b8e802a9f0c6a0821257595.tar.gz
Merge pull request #4533 from pks-t/pks/v0.27.0-rc1v0.27.0-rc1
v0.27.0-rc1: version bump
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index becf97bd5..746bf4230 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.26.0"
+#define LIBGIT2_VERSION "0.27.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 26
+#define LIBGIT2_VER_MINOR 27
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
-#define LIBGIT2_SOVERSION 26
+#define LIBGIT2_SOVERSION 27
#endif