diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-03-21 03:52:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 03:52:21 -0700 |
commit | c058aa87dce4c67a3b86b3349beebd64b7bedcd3 (patch) | |
tree | ea8896be3fcd6c8cc5883b172645a757ab71d3c0 /include/git2/version.h | |
parent | 1b929b3d8531dbf6326285491e2e17ff4db2c337 (diff) | |
parent | a1826a8b1ba36027caaa03eb4d29474bd4420fef (diff) | |
download | libgit2-1.6.3.tar.gz |
Merge pull request #6534 from libgit2/ethomson/v1.6.3v1.6.3
v1.6.3
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 8b5eb3138..78750740a 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.6.2" +#define LIBGIT2_VERSION "1.6.3" /** The major version number for this version of libgit2. */ #define LIBGIT2_VER_MAJOR 1 @@ -20,7 +20,7 @@ #define LIBGIT2_VER_MINOR 6 /** The revision ("teeny") version number for this version of libgit2. */ -#define LIBGIT2_VER_REVISION 2 +#define LIBGIT2_VER_REVISION 3 /** The Windows DLL patch number for this version of libgit2. */ #define LIBGIT2_VER_PATCH 0 |