8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4731b5f commit 3a3b5cbCopy full SHA for 3a3b5cb
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.28.0"
11
#define LIBGIT2_VER_MAJOR 0
12
-#define LIBGIT2_VER_MINOR 28
+#define LIBGIT2_VER_MINOR 99
13
#define LIBGIT2_VER_REVISION 0
14
#define LIBGIT2_VER_PATCH 0
15
16
-#define LIBGIT2_SOVERSION 28
+#define LIBGIT2_SOVERSION 29
17
18
#endif
0 commit comments