mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
@@ -1,5 +1,5 @@
|
||||
v0.27 + 1
|
||||
---------
|
||||
v0.28
|
||||
-----
|
||||
|
||||
### Changes or improvements
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user