From 2173ca8a4196c762fa34474b583ba6e9f25e67ff Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 21 Mar 2023 10:13:23 +0000 Subject: v1.6.3: update version numbers --- include/git2/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/git2/version.h') 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 -- cgit v1.2.1