mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Bump version and soname for 5.4.5.
This commit is contained in:
parent
84c0cfc556
commit
49053c0a64
2 changed files with 2 additions and 2 deletions
|
@ -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:4:4
|
||||
liblzma_la_LDFLAGS = -no-undefined -version-info 9:5:4
|
||||
|
||||
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
|
||||
if COND_SYMVERS_GENERIC
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define LZMA_VERSION_MINOR 4
|
||||
|
||||
/** \brief Patch version number of the liblzma release. */
|
||||
#define LZMA_VERSION_PATCH 4
|
||||
#define LZMA_VERSION_PATCH 5
|
||||
|
||||
/**
|
||||
* \brief Version stability marker
|
||||
|
|
Loading…
Reference in a new issue