Skip to content

Commit

Permalink
Bump version and soname for 5.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Jan 26, 2024
1 parent 6532f55 commit 6e8732c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 9:5:4
liblzma_la_LDFLAGS = -no-undefined -version-info 9:6:4

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 @@ -23,7 +23,7 @@
#define LZMA_VERSION_MINOR 4

/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 5
#define LZMA_VERSION_PATCH 6

/**
* \brief Version stability marker
Expand Down

0 comments on commit 6e8732c

Please sign in to comment.