File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- v0.25 + 1
2- -------
1+ v0.26 + 1
2+ ---------
3+
4+ ### Changes or improvements
5+
6+ ### API additions
7+
8+ ### API removals
9+
10+ ### Breaking API changes
11+
12+ v0.26
13+ -----
314
415### Changes or improvements
516
@@ -85,8 +96,6 @@ v0.25 + 1
8596* `git_transport_smart_proxy_options()' enables you to get the proxy options for
8697 smart transports.
8798
88- ### API removals
89-
9099### Breaking API changes
91100
92101* ` clone_checkout_strategy ` has been removed from
Original file line number Diff line number Diff line change 77#ifndef INCLUDE_git_version_h__
88#define INCLUDE_git_version_h__
99
10- #define LIBGIT2_VERSION "0.25 .0"
10+ #define LIBGIT2_VERSION "0.26 .0"
1111#define LIBGIT2_VER_MAJOR 0
12- #define LIBGIT2_VER_MINOR 25
12+ #define LIBGIT2_VER_MINOR 26
1313#define LIBGIT2_VER_REVISION 0
1414#define LIBGIT2_VER_PATCH 0
1515
16- #define LIBGIT2_SOVERSION 25
16+ #define LIBGIT2_SOVERSION 26
1717
1818#endif
You can’t perform that action at this time.
0 commit comments