Skip to content

Commit

Permalink
Bump the version number to 0.8.0
Browse files Browse the repository at this point in the history
Yes, these are some seriously massive changes to the external API. We
are breaking stuff.

Signed-off-by: Vicent Marti <[email protected]>
  • Loading branch information
vmg committed Mar 3, 2011
1 parent 71d3338 commit b64e11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/git2.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__

#define LIBGIT2_VERSION "0.4.0"
#define LIBGIT2_VERSION "0.8.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 4
#define LIBGIT2_VER_MINOR 8
#define LIBGIT2_VER_REVISION 0

#include "git2/common.h"
Expand Down

0 comments on commit b64e11d

Please sign in to comment.