]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Bump version and soname for 5.7.0alpha. v5.7.0alpha
authorJia Tan <jiat0218@gmail.com>
Sat, 24 Feb 2024 08:30:06 +0000 (16:30 +0800)
committerJia Tan <jiat0218@gmail.com>
Sat, 24 Feb 2024 08:30:06 +0000 (16:30 +0800)
Like 5.5.0alpha, 5.7.0alpha won't be released, it's just to mark that
the branch is not stable.

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.

src/liblzma/Makefile.am
src/liblzma/api/lzma/version.h
src/liblzma/liblzma_generic.map
src/liblzma/liblzma_linux.map

index 0ffc977dae435eff79374f737d8f5e41ea76e744..eea29f40817fd574e3bc5693f77baeaec30aae45 100644 (file)
@@ -20,7 +20,7 @@ liblzma_la_CPPFLAGS = \
        -I$(top_srcdir)/src/liblzma/simple \
        -I$(top_srcdir)/src/common \
        -DTUKLIB_SYMBOL_PREFIX=lzma_
-liblzma_la_LDFLAGS = -no-undefined -version-info 10:99:5
+liblzma_la_LDFLAGS = -no-undefined -version-info 11:99:6
 
 EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
 if COND_SYMVERS_GENERIC
index 46686dd40d0c4d08925aefe0a60f09e7d657f309..a09772a63bad21d2b2b34f61599370e5b36b404e 100644 (file)
 #define LZMA_VERSION_MAJOR 5
 
 /** \brief Minor version number of the liblzma release. */
-#define LZMA_VERSION_MINOR 5
+#define LZMA_VERSION_MINOR 7
 
 /** \brief Patch version number of the liblzma release. */
-#define LZMA_VERSION_PATCH 2
+#define LZMA_VERSION_PATCH 0
 
 /**
  * \brief Version stability marker
@@ -32,7 +32,7 @@
  *   - LZMA_VERSION_STABILITY_BETA
  *   - LZMA_VERSION_STABILITY_STABLE
  */
-#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA
+#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
 
 /** \brief Commit version number of the liblzma release */
 #ifndef LZMA_VERSION_COMMIT
index 2b0a1896954cd0d15335e4b0fedf6e8c7e4cc09e..f74c154845598ec2ffcaf314658f263d63ab99b9 100644 (file)
@@ -122,7 +122,7 @@ global:
        lzma_str_to_filters;
 } XZ_5.2;
 
-XZ_5.5.2beta {
+XZ_5.6.0 {
 global:
        lzma_mt_block_size;
 } XZ_5.4;
index f0791f2c3f0e8e8b3003a903f13ff9707e36edfe..7e4b25e17620a0395ae1819b4fab586427546dee 100644 (file)
@@ -137,7 +137,7 @@ global:
        lzma_str_to_filters;
 } XZ_5.2;
 
-XZ_5.5.2beta {
+XZ_5.6.0 {
 global:
        lzma_mt_block_size;
 } XZ_5.4;