Skip to content

Commit 2a3cc40

Browse files
committed
Update version number to v0.26
1 parent a1b4caf commit 2a3cc40

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

include/git2/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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

0 commit comments

Comments
 (0)