We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 214457c + 3fe29c4 commit 1a107faCopy full SHA for 1a107fa
docs/changelog.md
@@ -1,5 +1,5 @@
1
-v0.27 + 1
2
----------
+v0.28
+-----
3
4
### Changes or improvements
5
include/git2/version.h
@@ -7,12 +7,12 @@
7
#ifndef INCLUDE_git_version_h__
8
#define INCLUDE_git_version_h__
9
10
-#define LIBGIT2_VERSION "0.27.0"
+#define LIBGIT2_VERSION "0.28.0"
11
#define LIBGIT2_VER_MAJOR 0
12
-#define LIBGIT2_VER_MINOR 27
+#define LIBGIT2_VER_MINOR 28
13
#define LIBGIT2_VER_REVISION 0
14
#define LIBGIT2_VER_PATCH 0
15
16
-#define LIBGIT2_SOVERSION 27
+#define LIBGIT2_SOVERSION 28
17
18
#endif
0 commit comments