diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-02 17:20:47 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-02 17:20:47 +0200 |
commit | 4103a2e78ac60b00c888485cd967a5fe5d1b917c (patch) | |
tree | 2f47651ed2a8e3abfefbb21b9d08911c9b70358c /src/liblzma/api/lzma | |
parent | Build: Fix config.h comments. (diff) | |
download | xz-4103a2e78ac60b00c888485cd967a5fe5d1b917c.tar.xz |
Bump version and soname for 5.5.0alpha.larhzu/v5.5.0alpha
5.5.0alpha won't be released, it's just to mark that
the branch is not for stable 5.4.x.
Once again there is no API/ABI stability for new features
in devel versions. The major soname won't be bumped even
if API/ABI of new features breaks between devel releases.
Diffstat (limited to 'src/liblzma/api/lzma')
-rw-r--r-- | src/liblzma/api/lzma/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index 7d37130f..c148340a 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -21,9 +21,9 @@ * Version number split into components */ #define LZMA_VERSION_MAJOR 5 -#define LZMA_VERSION_MINOR 4 +#define LZMA_VERSION_MINOR 5 #define LZMA_VERSION_PATCH 0 -#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE +#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA #ifndef LZMA_VERSION_COMMIT # define LZMA_VERSION_COMMIT "" |