summaryrefslogtreecommitdiff
path: root/include/git2/version.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2019-12-10 20:39:38 +0100
committerGitHub <noreply@github.com>2019-12-10 20:39:38 +0100
commit45c6187cbfdcfee2bcf59a1ed3a853065142f203 (patch)
treeb3f714ab9fab46c3f879a6fcb55ef6ab173701ed /include/git2/version.h
parent3828d7afdd08b595584048e8e4dab6ddd4506ed1 (diff)
parent34c929572a635a6599dc8ff06a87c7c0a324caff (diff)
downloadlibgit2-maint/v0.27.tar.gz
Merge pull request #5329 from pks-t/ethomson/v0.27.10v0.27.10maint/v0.27
Security release v0.27.10
Diffstat (limited to 'include/git2/version.h')
-rw-r--r--include/git2/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index 23d04173d..482487dba 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.27.9"
+#define LIBGIT2_VERSION "0.27.10"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 27
-#define LIBGIT2_VER_REVISION 9
+#define LIBGIT2_VER_REVISION 10
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 27