mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 02:11:40 +00:00
Merged pull request #142 from potyl/development.
LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0) --- LIBGIT2_VER_MINOR was left at 10 instead of 11.
This commit is contained in:
commit
027eab91b7
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#define LIBGIT2_VERSION "0.11.0"
|
#define LIBGIT2_VERSION "0.11.0"
|
||||||
#define LIBGIT2_VER_MAJOR 0
|
#define LIBGIT2_VER_MAJOR 0
|
||||||
#define LIBGIT2_VER_MINOR 10
|
#define LIBGIT2_VER_MINOR 11
|
||||||
#define LIBGIT2_VER_REVISION 0
|
#define LIBGIT2_VER_REVISION 0
|
||||||
|
|
||||||
#include "git2/common.h"
|
#include "git2/common.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user