We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd162b + 5569778 commit a6763ffCopy full SHA for a6763ff
CHANGELOG.md
@@ -1,4 +1,15 @@
1
-v0.24 + 1
+v0.25 + 1
2
+-------
3
+
4
+### Changes or improvements
5
6
+### API additions
7
8
+### API removals
9
10
+### Breaking API changes
11
12
+v0.25
13
-------
14
15
### Changes or improvements
include/git2/version.h
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.24.0"
+#define LIBGIT2_VERSION "0.25.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 24
+#define LIBGIT2_VER_MINOR 25
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
16
-#define LIBGIT2_SOVERSION 24
+#define LIBGIT2_SOVERSION 25
17
18
#endif
0 commit comments