Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b64e11d

Browse files
committed
Bump the version number to 0.8.0
Yes, these are some seriously massive changes to the external API. We are breaking stuff. Signed-off-by: Vicent Marti <[email protected]>
1 parent 71d3338 commit b64e11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/git2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#ifndef INCLUDE_git_git_h__
2727
#define INCLUDE_git_git_h__
2828

29-
#define LIBGIT2_VERSION "0.4.0"
29+
#define LIBGIT2_VERSION "0.8.0"
3030
#define LIBGIT2_VER_MAJOR 0
31-
#define LIBGIT2_VER_MINOR 4
31+
#define LIBGIT2_VER_MINOR 8
3232
#define LIBGIT2_VER_REVISION 0
3333

3434
#include "git2/common.h"

0 commit comments

Comments
 (0)