Skip to content

Commit 1a107fa

Browse files
authored
Merge pull request libgit2#4970 from libgit2/ethomson/0_28
v0.28 rc1
2 parents 214457c + 3fe29c4 commit 1a107fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.27 + 1
2-
---------
1+
v0.28
2+
-----
33

44
### Changes or improvements
55

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)