mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Release v0.28.1
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
v0.28.1
|
||||
-------
|
||||
|
||||
This is a bugfix release with the following change:
|
||||
|
||||
* The deprecated functions (`git_buf_free` and the `giterr_` family of
|
||||
functions) are now exported properly. In the v0.28 release, they were
|
||||
not given the correct external attributes and they did not have the
|
||||
correct linkage visibility in the v0.28 library.
|
||||
|
||||
v0.28
|
||||
-----
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
#ifndef INCLUDE_git_version_h__
|
||||
#define INCLUDE_git_version_h__
|
||||
|
||||
#define LIBGIT2_VERSION "0.28.0"
|
||||
#define LIBGIT2_VERSION "0.28.1"
|
||||
#define LIBGIT2_VER_MAJOR 0
|
||||
#define LIBGIT2_VER_MINOR 28
|
||||
#define LIBGIT2_VER_REVISION 0
|
||||
#define LIBGIT2_VER_REVISION 1
|
||||
#define LIBGIT2_VER_PATCH 0
|
||||
|
||||
#define LIBGIT2_SOVERSION 28
|
||||
|
||||
Reference in New Issue
Block a user