summaryrefslogtreecommitdiff
path: root/include/git2/version.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-06-11 12:23:34 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2017-06-11 12:23:34 +0100
commit2a3cc403bd5c331b1601e01d54e3f04ace52a07e (patch)
tree560df6b389c3f396b0396bbaab4b98fff1aa78d5 /include/git2/version.h
parenta1b4cafde5bfd64b4599380246ae2f153818ec35 (diff)
downloadlibgit2-2a3cc403bd5c331b1601e01d54e3f04ace52a07e.tar.gz
Update version number to v0.26ethomson/bump-v26
Diffstat (limited to 'include/git2/version.h')
-rw-r--r--include/git2/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index 0df191f4f..becf97bd5 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.25.0"
+#define LIBGIT2_VERSION "0.26.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 25
+#define LIBGIT2_VER_MINOR 26
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
-#define LIBGIT2_SOVERSION 25
+#define LIBGIT2_SOVERSION 26
#endif