Merge pull request #4970 from libgit2/ethomson/0_28

v0.28 rc1
This commit is contained in:
Edward Thomson
2019-02-02 10:25:54 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
v0.27 + 1
---------
v0.28
-----
### Changes or improvements

View File

@@ -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