diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-03-14 23:55:32 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-15 00:02:29 +0200 |
commit | 7064938bd5e7ef47bfd79a685a62c1e2649e2ce7 (patch) | |
tree | f77229f361f7005ce5f3b5fe44f5b6117245f609 /include/git2.h | |
parent | 6b2a19418cb08e7bccefc2362f290a67555594a0 (diff) | |
download | libgit2-7064938bd5e7ef47bfd79a685a62c1e2649e2ce7.tar.gz |
libgit2 version 0.10.0, "very disco"
A version *so* awesome that needs 2 version bumps AND a codename.
Major features:
- New internal garbage collection (harder)
- Pack backend rewritten from scratch (better)
- Revision walker rewritten from scratch (faster)
- New object interdependency system (stronger)
- Unique OID shortener
- Reference listing
In honor of one heck of a music album, released ten years ago,
yesterday.
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2.h b/include/git2.h index b08c25ed..248c2ba3 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.8.0" +#define LIBGIT2_VERSION "0.10.0" #define LIBGIT2_VER_MAJOR 0 -#define LIBGIT2_VER_MINOR 8 +#define LIBGIT2_VER_MINOR 10 #define LIBGIT2_VER_REVISION 0 #include "git2/common.h" |