Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eddc1f1

Browse files
committed
libgit2 v0.19.0 "gut merge"
Minor point release! We got a lot of rather large features that we wanted to get settled in: - New (threadsafe) cache for objects - Iterator for Status - New Merge APIs - SSH support on *NIX - Function context on diff - Namespaces support - Index add/update/remove with wildcard support - Iterator for References - Fetch and push refspecs for Remotes - Rename support in Status - New 'sys/` namespace for external headers with low-level APIs As always, this comes with hundreds of bug fixes and performance improvements. We're faster and better than ever. And we haven't broken many APIs this time! Build stuff.
1 parent c0e58e4 commit eddc1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/git2/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#ifndef INCLUDE_git_version_h__
88
#define INCLUDE_git_version_h__
99

10-
#define LIBGIT2_VERSION "0.18.0"
10+
#define LIBGIT2_VERSION "0.19.0"
1111
#define LIBGIT2_VER_MAJOR 0
12-
#define LIBGIT2_VER_MINOR 18
12+
#define LIBGIT2_VER_MINOR 19
1313
#define LIBGIT2_VER_REVISION 0
1414

1515
#endif

0 commit comments

Comments
 (0)