summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-10-19 14:14:51 +0200
committerPatrick Steinhardt <ps@pks.im>2018-10-26 15:06:36 +0200
commita0c286b5bea67d17016c8a4efc0f73f591c3738b (patch)
tree66c5748613d81b10a76a3a3c0f929694dc82de94
parent45d555628e85e1bfa2f5d134add3c24810b23e61 (diff)
downloadlibgit2-a0c286b5bea67d17016c8a4efc0f73f591c3738b.tar.gz
version: bump to v0.27.7
-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 8dd6a5e22..964e4a58b 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.6"
+#define LIBGIT2_VERSION "0.27.7"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 27
-#define LIBGIT2_VER_REVISION 6
+#define LIBGIT2_VER_REVISION 7
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 27