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

Skip to content

Commit 1e8255a

Browse files
committed
Bump version to 0.24.0
1 parent c21c8f6 commit 1e8255a

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.23.0"
10+
#define LIBGIT2_VERSION "0.24.0"
1111
#define LIBGIT2_VER_MAJOR 0
12-
#define LIBGIT2_VER_MINOR 23
12+
#define LIBGIT2_VER_MINOR 24
1313
#define LIBGIT2_VER_REVISION 0
1414
#define LIBGIT2_VER_PATCH 0
1515

16-
#define LIBGIT2_SOVERSION 23
16+
#define LIBGIT2_SOVERSION 24
1717

1818
#endif

0 commit comments

Comments
 (0)