feat: upgrade libgit2 to 1.4.2

This commit is contained in:
Aleksey Kulikov 2022-02-28 11:30:04 +03:00
parent 0a758b771a
commit 94fbb8317f
8 changed files with 6 additions and 6 deletions

View file

@ -32680,13 +32680,13 @@ const int GIT_CREDTYPE_SSH_MEMORY = 64;
const int GIT_EMAIL_CREATE_OPTIONS_VERSION = 1;
const String LIBGIT2_VERSION = '1.4.0';
const String LIBGIT2_VERSION = '1.4.2';
const int LIBGIT2_VER_MAJOR = 1;
const int LIBGIT2_VER_MINOR = 4;
const int LIBGIT2_VER_REVISION = 0;
const int LIBGIT2_VER_REVISION = 2;
const int LIBGIT2_VER_PATCH = 0;