mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 15:30:17 +00:00
Bump version to 0.23.0 and SOVERSION to 23
This commit is contained in:
parent
fb84cde81e
commit
84d5a98f80
@ -7,12 +7,12 @@
|
||||
#ifndef INCLUDE_git_version_h__
|
||||
#define INCLUDE_git_version_h__
|
||||
|
||||
#define LIBGIT2_VERSION "0.22.0"
|
||||
#define LIBGIT2_VERSION "0.23.0"
|
||||
#define LIBGIT2_VER_MAJOR 0
|
||||
#define LIBGIT2_VER_MINOR 22
|
||||
#define LIBGIT2_VER_MINOR 23
|
||||
#define LIBGIT2_VER_REVISION 0
|
||||
#define LIBGIT2_VER_PATCH 0
|
||||
|
||||
#define LIBGIT2_SOVERSION 22
|
||||
#define LIBGIT2_SOVERSION 23
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user