summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-07-05 14:34:24 +0200
committerPatrick Steinhardt <ps@pks.im>2018-07-05 14:34:24 +0200
commit8fbd7563083a278c936a2113aed69635b409126f (patch)
treeb9f5a546566696791064d642d0c9e3769fdaa2ac
parent36f07807a96d8ab3d01f077cfa5945fc454e9582 (diff)
downloadlibgit2-8fbd7563083a278c936a2113aed69635b409126f.tar.gz
version: bump to v0.27.3
-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 c1b204227..8c2594f50 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.2"
+#define LIBGIT2_VERSION "0.27.3"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 27
-#define LIBGIT2_VER_REVISION 2
+#define LIBGIT2_VER_REVISION 3
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 27