summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-31 19:10:03 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-31 19:10:03 +0000
commit3fe29c4d4cf8f7e6ea4dc0596fd80201b2953505 (patch)
treef1d8517c8d32d7b592b8109d6932cfda7701f71e
parent63f96cd063927de8f4d088e197f8bb0f5998c1ac (diff)
downloadlibgit2-ethomson/0_28.tar.gz
version: 0.28ethomson/0_28
-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 746bf4230..148808ca0 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.27.0"
+#define LIBGIT2_VERSION "0.28.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 27
+#define LIBGIT2_VER_MINOR 28
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
-#define LIBGIT2_SOVERSION 27
+#define LIBGIT2_SOVERSION 28
#endif