chore: upgrade to libgit2-1.2.0

This commit is contained in:
Aleksey Kulikov 2021-09-17 18:22:01 +03:00
parent b83fea9360
commit a1e420d86c
36 changed files with 2889 additions and 1024 deletions

View file

@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "1.1.1"
#define LIBGIT2_VERSION "1.2.0"
#define LIBGIT2_VER_MAJOR 1
#define LIBGIT2_VER_MINOR 1
#define LIBGIT2_VER_REVISION 1
#define LIBGIT2_VER_MINOR 2
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION "1.1"
#define LIBGIT2_SOVERSION "1.2"
#endif