summaryrefslogtreecommitdiff
path: root/include/git2/version.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-02-16 08:38:44 +0000
committerPatrick Steinhardt <ps@pks.im>2018-02-20 16:49:39 +0000
commit23d4a91b4dcd4db0a3d8e0e280e2feda4ad53872 (patch)
treec36b4c281eee9089ca11784865377e5fd90fa2a4 /include/git2/version.h
parent0f2396822670139f736b30d88f7cb89cdf593225 (diff)
downloadlibgit2-23d4a91b4dcd4db0a3d8e0e280e2feda4ad53872.tar.gz
Update version number to v0.27
Diffstat (limited to 'include/git2/version.h')
-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