mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat: upgrade libgit2 to 1.4.2
This commit is contained in:
parent
0a758b771a
commit
94fbb8317f
8 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue