Skip to content

Commit

Permalink
Bump version and soname for 5.7.1alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jan 23, 2025
1 parent 4d2af2c commit cdae0df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: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
Expand Down
2 changes: 1 addition & 1 deletion 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 0
#define LZMA_VERSION_PATCH 1

/**
* \brief Version stability marker
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.0alpha {
XZ_5.7.1alpha {
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.0alpha {
XZ_5.7.1alpha {
global:
lzma_bcj_arm64_encode;
lzma_bcj_arm64_decode;
Expand Down

0 comments on commit cdae0df

Please sign in to comment.