Bump version and soname for 5.7.1alpha

This commit is contained in:
Lasse Collin 2025-01-23 11:50:42 +02:00
parent 4d2af2c43b
commit cdae0df31e
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
4 changed files with 4 additions and 4 deletions

View 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 12:0:7
liblzma_la_LDFLAGS = -no-undefined -version-info 12:1:7
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
if COND_SYMVERS_GENERIC

View File

@ -22,7 +22,7 @@
#define LZMA_VERSION_MINOR 7
/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 0
#define LZMA_VERSION_PATCH 1
/**
* \brief Version stability marker

View File

@ -127,7 +127,7 @@ global:
lzma_mt_block_size;
} XZ_5.4;
XZ_5.7.0alpha {
XZ_5.7.1alpha {
global:
lzma_bcj_arm64_encode;
lzma_bcj_arm64_decode;

View File

@ -142,7 +142,7 @@ global:
lzma_mt_block_size;
} XZ_5.4;
XZ_5.7.0alpha {
XZ_5.7.1alpha {
global:
lzma_bcj_arm64_encode;
lzma_bcj_arm64_decode;