Commit b64e11d1fe13a15edbe0f26dc5aaf96aa07f9d91

Vicent Marti 2011-03-03T20:23:04

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 <tanoku@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/git2.h b/include/git2.h
index e6042d0..b08c25e 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"