File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ libgit2 - the Git linkable library
44| Build Status | |
55| ------------ | - |
66| ** main** branch CI builds | [ ![ CI Build] ( https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?event=push )] ( https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush ) |
7+ | ** v1.7 branch** CI builds | [ ![ CI Build] ( https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?branch=maint%2Fv1.7&event=push )] ( https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush+branch%3Amaint%2Fv1.7 ) |
78| ** v1.6 branch** CI builds | [ ![ CI Build] ( https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?branch=maint%2Fv1.6&event=push )] ( https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush+branch%3Amaint%2Fv1.6 ) |
8- | ** v1.5 branch** CI builds | [ ![ CI Build] ( https://github.com/libgit2/libgit2/workflows/CI%20Build/badge.svg?branch=maint%2Fv1.5&event=push )] ( https://github.com/libgit2/libgit2/actions?query=workflow%3A%22CI+Build%22+event%3Apush+branch%3Amaint%2Fv1.5 ) |
99| ** Nightly** builds | [ ![ Nightly Build] ( https://github.com/libgit2/libgit2/workflows/Nightly%20Build/badge.svg )] ( https://github.com/libgit2/libgit2/actions?query=workflow%3A%22Nightly+Build%22 ) [ ![ Coverity Scan Status] ( https://scan.coverity.com/projects/639/badge.svg )] ( https://scan.coverity.com/projects/639 ) |
1010
1111` libgit2 ` is a portable, pure C implementation of the Git core methods
Original file line number Diff line number Diff line change 1111 * The version string for libgit2. This string follows semantic
1212 * versioning (v2) guidelines.
1313 */
14- #define LIBGIT2_VERSION "1.7.0-alpha "
14+ #define LIBGIT2_VERSION "1.7.0"
1515
1616/** The major version number for this version of libgit2. */
1717#define LIBGIT2_VER_MAJOR 1
3131 * a prerelease name like "beta" or "rc1". For final releases, this will
3232 * be `NULL`.
3333 */
34- #define LIBGIT2_VER_PRERELEASE "alpha"
34+ #define LIBGIT2_VER_PRERELEASE NULL
3535
3636/** The library ABI soversion for this version of libgit2. */
3737#define LIBGIT2_SOVERSION "1.7"
Original file line number Diff line number Diff line change 11{
22 "name" : " libgit2" ,
3- "version" : " 1.7.0-alpha " ,
3+ "version" : " 1.7.0" ,
44 "repo" : " https://github.com/libgit2/libgit2" ,
55 "description" : " A cross-platform, linkable library implementation of Git that you can use in your application." ,
66 "install" : " mkdir build && cd build && cmake .. && cmake --build ."
You can’t perform that action at this time.
0 commit comments