version: bump to v0.26.8

This commit is contained in:
Patrick Steinhardt
2018-10-19 14:10:27 +02:00
parent 012e55e599
commit 3b6e006e38

View File

@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "0.26.7"
#define LIBGIT2_VERSION "0.26.8"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 26
#define LIBGIT2_VER_REVISION 7
#define LIBGIT2_VER_REVISION 8
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 26