summaryrefslogtreecommitdiff
path: root/include/git2/version.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-01-20 22:11:52 +0000
committerGitHub <noreply@github.com>2023-01-20 22:11:52 +0000
commit42e5db98b963ae503229c63e44e06e439df50e56 (patch)
tree2107d558ae529436bab0cc2f5535e2688070df49 /include/git2/version.h
parentfbea439d4b6fc91c6b619d01b85ab3b7746e4c19 (diff)
parent1fda949267a4416cfaa5938a017c80162164f894 (diff)
downloadlibgit2-1.5.1.tar.gz
Merge pull request #6450 from libgit2/1.5_sshv1.5.1
ssh: perform host key checking by default
Diffstat (limited to 'include/git2/version.h')
-rw-r--r--include/git2/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index d591904fd..944d74365 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.0"
+#define LIBGIT2_VERSION "1.5.1"
/** 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 0
+#define LIBGIT2_VER_REVISION 1
/** The Windows DLL patch number for this version of libgit2. */
#define LIBGIT2_VER_PATCH 0