Skip to content

Commit cbd930f

Browse files
committed
Merge pull request libgit2#2800 from ethomson/maint/v0.21
Bump version to 0.21.4
2 parents 4f2d272 + db7af11 commit cbd930f

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,10 +7,10 @@
77
#ifndef INCLUDE_git_version_h__
88
#define INCLUDE_git_version_h__
99

10-
#define LIBGIT2_VERSION "0.21.3"
10+
#define LIBGIT2_VERSION "0.21.4"
1111
#define LIBGIT2_VER_MAJOR 0
1212
#define LIBGIT2_VER_MINOR 21
13-
#define LIBGIT2_VER_REVISION 3
13+
#define LIBGIT2_VER_REVISION 4
1414

1515
#define LIBGIT2_SOVERSION 21
1616

0 commit comments

Comments
 (0)