From 0ea92046f5d39669708c142c911cd45b408273f4 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 14 Feb 2023 16:28:08 +0000 Subject: meta: update version numbers to 1.5.2 --- 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 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 -- cgit v1.2.1