diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-02-15 10:03:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 10:03:30 +0000 |
commit | 26c68a273939acc329416c3ef5aa9e61647bbb78 (patch) | |
tree | 65d99ec72d7f82937a4bb541d8400ec20b1db4c2 /include/git2/version.h | |
parent | 448de4d6b3bc97017c3899cbc5d62b153f54af1c (diff) | |
parent | 914c680e1334eb7ed149dcfea6f5815fdd73f841 (diff) | |
download | libgit2-maint/v1.5.tar.gz |
Merge pull request #6477 from libgit2/ethomson/v1.5.2v1.5.2maint/v1.5
v1.5.2
Diffstat (limited to 'include/git2/version.h')
-rw-r--r-- | include/git2/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/version.h b/include/git2/version.h index 944d74365..27849a1e9 100644 --- a/include/git2/version.h +++ b/include/git2/version.h @@ -11,7 +11,7 @@ * The version string for libgit2. This string follows semantic * versioning (v2) guidelines. */ -#define LIBGIT2_VERSION "1.5.1" +#define LIBGIT2_VERSION "1.5.2" /** The major version number for this version of libgit2. */ #define LIBGIT2_VER_MAJOR 1 @@ -20,7 +20,7 @@ #define LIBGIT2_VER_MINOR 5 /** The revision ("teeny") version number for this version of libgit2. */ -#define LIBGIT2_VER_REVISION 1 +#define LIBGIT2_VER_REVISION 2 /** The Windows DLL patch number for this version of libgit2. */ #define LIBGIT2_VER_PATCH 0 |