diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-14 07:01:43 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2022-02-14 07:01:43 -0500 |
| commit | ae74d5ac41aa6158442f4643f285ab8b71a7750d (patch) | |
| tree | 9a6ef3a2a194d82f5ab9e5c12a7ca2f59c2cca6b /include | |
| parent | c8450561d4065d13ad05d8f2269f65ceb810d1e9 (diff) | |
| download | libgit2-ae74d5ac41aa6158442f4643f285ab8b71a7750d.tar.gz | |
meta: update version number to v1.5.0-alpha
Update the version number in main to v1.5.0-alpha. This helps people
understand that the main builds are not part of the v1.4.0 release
train.
We use "alpha" to indicate builds out of main (or nightlies) as semver
v2 requires the prerelease component is compared lexicographically.
Thus, our "beta" and "rc" releases should follow.
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/version.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/git2/version.h b/include/git2/version.h index 9007ca928..ad36eb569 100644 --- a/include/git2/version.h +++ b/include/git2/version.h @@ -7,12 +7,13 @@ #ifndef INCLUDE_git_version_h__ #define INCLUDE_git_version_h__ -#define LIBGIT2_VERSION "1.4.0" -#define LIBGIT2_VER_MAJOR 1 -#define LIBGIT2_VER_MINOR 4 -#define LIBGIT2_VER_REVISION 0 -#define LIBGIT2_VER_PATCH 0 +#define LIBGIT2_VERSION "1.5.0-alpha" +#define LIBGIT2_VER_MAJOR 1 +#define LIBGIT2_VER_MINOR 5 +#define LIBGIT2_VER_REVISION 0 +#define LIBGIT2_VER_PATCH 0 +#define LIBGIT2_VER_PRERELEASE "alpha" -#define LIBGIT2_SOVERSION "1.4" +#define LIBGIT2_SOVERSION "1.5" #endif |
