summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-03-28 22:35:27 +0300
committerVicent Marti <tanoku@gmail.com>2011-03-28 22:35:27 +0300
commit6dcb09b5b57875f334f61aebed695e2e4193db5e (patch)
treebdad0946275d258d056ab362f219c6051e6ed1ba /include/git2.h
parent483526ebec8b50682b6edd3e1db92df7569ca7b0 (diff)
downloadlibgit2-6dcb09b5b57875f334f61aebed695e2e4193db5e.tar.gz
libgit2 version 0.11.0, "McSwifty"
Apologies for the massive changes in the external API (that's my fault), and for the terrible codename for this release (that's @tclem's fault). The detailed overview for the major API changes can be found in the commit at 72a3fe42fb7208712bbe8f0981f4c6274c05e9c3. Major new features in this release: - Real caching and refcounting on parsed objects - Real caching and refcounting on objects read from the ODB - Streaming writes & reads from the ODB - Single-method writes for all object types - The external API is now partially thread-safe - Improved reference handling - New method to list references - ZLib is now built-in - Improvements to the Revision Walker - Tons of bug fixes Thanks to all the contributors who make this possible. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index 248c2ba3..29fa98e1 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -26,7 +26,7 @@
#ifndef INCLUDE_git_git_h__
#define INCLUDE_git_git_h__
-#define LIBGIT2_VERSION "0.10.0"
+#define LIBGIT2_VERSION "0.11.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 10
#define LIBGIT2_VER_REVISION 0