Skip to content

Commit

Permalink
Bump version and soname for 5.7.2beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Mar 8, 2025
1 parent 62e44b3 commit cc7f2fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/liblzma/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:1:7
liblzma_la_LDFLAGS = -no-undefined -version-info 12:2:7

EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
if COND_SYMVERS_GENERIC
Expand Down
4 changes: 2 additions & 2 deletions src/liblzma/api/lzma/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define LZMA_VERSION_MINOR 7

/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 1
#define LZMA_VERSION_PATCH 2

/**
* \brief Version stability marker
Expand All @@ -32,7 +32,7 @@
* - LZMA_VERSION_STABILITY_BETA
* - LZMA_VERSION_STABILITY_STABLE
*/
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA

/** \brief Commit version number of the liblzma release */
#ifndef LZMA_VERSION_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion src/liblzma/liblzma_generic.map
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ global:
lzma_mt_block_size;
} XZ_5.4;

XZ_5.7.1alpha {
XZ_5.7.2beta {
global:
lzma_bcj_arm64_encode;
lzma_bcj_arm64_decode;
Expand Down
2 changes: 1 addition & 1 deletion src/liblzma/liblzma_linux.map
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ global:
lzma_mt_block_size;
} XZ_5.4;

XZ_5.7.1alpha {
XZ_5.7.2beta {
global:
lzma_bcj_arm64_encode;
lzma_bcj_arm64_decode;
Expand Down

0 comments on commit cc7f2fc

Please sign in to comment.