Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-03-03 21:23:04 +0300
committerVicent Marti <tanoku@gmail.com>2011-03-03 21:23:53 +0300
commitb64e11d1fe13a15edbe0f26dc5aaf96aa07f9d91 (patch)
treec0647d77b82527c998c44c52540df43c31608203
parent71d33382a7c55e4dd72b32cea3e4dcb7a549ab79 (diff)
Bump the version number to 0.8.0v0.8.0
Yes, these are some seriously massive changes to the external API. We are breaking stuff. Signed-off-by: Vicent Marti <tanoku@gmail.com>
-rw-r--r--include/git2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2.h b/include/git2.h
index e6042d050..b08c25ed1 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -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"