diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2022-07-13 20:17:27 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-07-13 20:19:35 -0400 |
| commit | 43dd3700a2940679d15ea351f8394928f74510e4 (patch) | |
| tree | 683437f0cfebb3f164bf257e8f717f61e361c6be /include/git2 | |
| parent | fbea439d4b6fc91c6b619d01b85ab3b7746e4c19 (diff) | |
| download | libgit2-43dd3700a2940679d15ea351f8394928f74510e4.tar.gz | |
meta: update version number to v1.6.0-alpha
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/git2/version.h b/include/git2/version.h index d591904fd..09f4ae3e4 100644 --- a/include/git2/version.h +++ b/include/git2/version.h @@ -11,13 +11,13 @@ * The version string for libgit2. This string follows semantic * versioning (v2) guidelines. */ -#define LIBGIT2_VERSION "1.5.0" +#define LIBGIT2_VERSION "1.6.0-alpha" /** The major version number for this version of libgit2. */ #define LIBGIT2_VER_MAJOR 1 /** The minor version number for this version of libgit2. */ -#define LIBGIT2_VER_MINOR 5 +#define LIBGIT2_VER_MINOR 6 /** The revision ("teeny") version number for this version of libgit2. */ #define LIBGIT2_VER_REVISION 0 @@ -31,9 +31,9 @@ * a prerelease name like "beta" or "rc1". For final releases, this will * be `NULL`. */ -#define LIBGIT2_VER_PRERELEASE NULL +#define LIBGIT2_VER_PRERELEASE "alpha" /** The library ABI soversion for this version of libgit2. */ -#define LIBGIT2_SOVERSION "1.5" +#define LIBGIT2_SOVERSION "1.6" #endif |
