summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2017-01-06 17:18:40 +0000
committerEdward Thomson <ethomson@github.com>2017-01-06 17:18:40 +0000
commit2b9298bfe2ab193041445f77eb359224bb9ae5cd (patch)
treefbb68fffd874036e3ce2dfce802fb11d72897b73
parentf2aa2af15fafcb4d09a1f83856699c8afec6104b (diff)
downloadlibgit2-2b9298bfe2ab193041445f77eb359224bb9ae5cd.tar.gz
Bump version to 0.24.6
-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 5e060325c..226281afa 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.24.5"
+#define LIBGIT2_VERSION "0.24.6"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 24
-#define LIBGIT2_VER_REVISION 5
+#define LIBGIT2_VER_REVISION 6
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 24