Skip to content

Commit 43dd370

Browse files
committed
meta: update version number to v1.6.0-alpha
1 parent fbea439 commit 43dd370

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/git2/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
* The version string for libgit2. This string follows semantic
1212
* versioning (v2) guidelines.
1313
*/
14-
#define LIBGIT2_VERSION "1.5.0"
14+
#define LIBGIT2_VERSION "1.6.0-alpha"
1515

1616
/** The major version number for this version of libgit2. */
1717
#define LIBGIT2_VER_MAJOR 1
1818

1919
/** The minor version number for this version of libgit2. */
20-
#define LIBGIT2_VER_MINOR 5
20+
#define LIBGIT2_VER_MINOR 6
2121

2222
/** The revision ("teeny") version number for this version of libgit2. */
2323
#define LIBGIT2_VER_REVISION 0
@@ -31,9 +31,9 @@
3131
* a prerelease name like "beta" or "rc1". For final releases, this will
3232
* be `NULL`.
3333
*/
34-
#define LIBGIT2_VER_PRERELEASE NULL
34+
#define LIBGIT2_VER_PRERELEASE "alpha"
3535

3636
/** The library ABI soversion for this version of libgit2. */
37-
#define LIBGIT2_SOVERSION "1.5"
37+
#define LIBGIT2_SOVERSION "1.6"
3838

3939
#endif

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libgit2",
3-
"version": "1.5.0",
3+
"version": "1.6.0-alpha",
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 ."

0 commit comments

Comments
 (0)