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

Skip to content

Commit 4fb32a4

Browse files
committed
Bump version to 0.21.0
Bump library version to 0.21.0 and SONAME to 21
1 parent 9980767 commit 4fb32a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/git2/version.h

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

10-
#define LIBGIT2_VERSION "0.20.0"
10+
#define LIBGIT2_VERSION "0.21.0"
1111
#define LIBGIT2_VER_MAJOR 0
12-
#define LIBGIT2_VER_MINOR 20
12+
#define LIBGIT2_VER_MINOR 21
1313
#define LIBGIT2_VER_REVISION 0
1414

15-
#define LIBGIT2_SOVERSION 20
15+
#define LIBGIT2_SOVERSION 21
1616

1717
#endif

0 commit comments

Comments
 (0)