summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-18 22:23:52 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-25 17:44:51 +0000
commit703885a813c7e2a6266437814ae88290a39b8f05 (patch)
tree0701902d616a5457dcd3877c940a5fb3319a70a2
parente5081962d6af5ce33583ba50da9b1e77625a2bc0 (diff)
downloadlibgit2-ethomson/v0.27.8.tar.gz
version: bump to v0.27.8ethomson/v0.27.8
-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 964e4a58b..d59738084 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.7"
+#define LIBGIT2_VERSION "0.27.8"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 27
-#define LIBGIT2_VER_REVISION 7
+#define LIBGIT2_VER_REVISION 8
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 27