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>2013-04-16 19:39:43 +0400
committerVicent Marti <tanoku@gmail.com>2013-04-16 19:45:12 +0400
commitf124ebd457bfbf43de3516629aaba5a279636e04 (patch)
treee8daa1c7bf678222cf351445179837bed7db3a72
parent24f61bc53a9843f86ce79bae92a38e0e4565734b (diff)
libgit2 0.18.0 "Big Ben"
This is the last minor release before 1.0preview1. Highlights of this release include: - Branch API - Checkout head, index and tree - Finished clone support - Abstracted reference API to use custom backends - Full diff support - New (faster) packbuilder - Push support - New Remotes API - Revparse support (single and range commits) - Stash support - Submodules support As always, the full changelog is available at: http://libgit2.github.com/libgit2/#p/changelog Yeah, it's a huge release. Releasing stuff sucks. Expect 1.0 and API freeze in less than a month. Your faithful maintainer, vmg Signed-off-by: Vicent Marti <tanoku@gmail.com>
-rw-r--r--include/git2/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index bc03e85d6..630d51526 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,9 +7,9 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.17.0"
+#define LIBGIT2_VERSION "0.18.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 17
+#define LIBGIT2_VER_MINOR 18
#define LIBGIT2_VER_REVISION 0
#endif