Skip to content

Commit 3fe29c4

Browse files
committed
version: 0.28
1 parent 63f96cd commit 3fe29c4

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

10-
#define LIBGIT2_VERSION "0.27.0"
10+
#define LIBGIT2_VERSION "0.28.0"
1111
#define LIBGIT2_VER_MAJOR 0
12-
#define LIBGIT2_VER_MINOR 27
12+
#define LIBGIT2_VER_MINOR 28
1313
#define LIBGIT2_VER_REVISION 0
1414
#define LIBGIT2_VER_PATCH 0
1515

16-
#define LIBGIT2_SOVERSION 27
16+
#define LIBGIT2_SOVERSION 28
1717

1818
#endif

0 commit comments

Comments
 (0)