Skip to content

Commit

Permalink
Bump version to 5.4.0 and soname to 5.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Dec 13, 2022
1 parent 20869eb commit b69da6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/liblzma/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 8:99:3
liblzma_la_LDFLAGS = -no-undefined -version-info 9:0:4

EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
if COND_SYMVERS_GENERIC
Expand Down
6 changes: 3 additions & 3 deletions src/liblzma/api/lzma/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
* Version number split into components
*/
#define LZMA_VERSION_MAJOR 5
#define LZMA_VERSION_MINOR 3
#define LZMA_VERSION_PATCH 5
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA
#define LZMA_VERSION_MINOR 4
#define LZMA_VERSION_PATCH 0
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE

#ifndef LZMA_VERSION_COMMIT
# define 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 @@ -107,7 +107,7 @@ global:
lzma_stream_encoder_mt_memusage;
} XZ_5.0;

XZ_5.3.5beta {
XZ_5.4 {
global:
lzma_file_info_decoder;
lzma_filters_free;
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 @@ -122,7 +122,7 @@ global:
lzma_stream_encoder_mt_memusage;
} XZ_5.1.2alpha;

XZ_5.3.5beta {
XZ_5.4 {
global:
lzma_file_info_decoder;
lzma_filters_free;
Expand Down

0 comments on commit b69da6d

Please sign in to comment.