aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-02 17:20:47 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-01-02 17:20:47 +0200
commit4103a2e78ac60b00c888485cd967a5fe5d1b917c (patch)
tree2f47651ed2a8e3abfefbb21b9d08911c9b70358c /src/liblzma/Makefile.am
parentBuild: Fix config.h comments. (diff)
downloadxz-4103a2e78ac60b00c888485cd967a5fe5d1b917c.tar.xz
Bump version and soname for 5.5.0alpha.larhzu/v5.5.0alpha
5.5.0alpha won't be released, it's just to mark that the branch is not for stable 5.4.x. Once again there is no API/ABI stability for new features in devel versions. The major soname won't be bumped even if API/ABI of new features breaks between devel releases.
Diffstat (limited to 'src/liblzma/Makefile.am')
-rw-r--r--src/liblzma/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/Makefile.am b/src/liblzma/Makefile.am
index 97396c08..0751f7a6 100644
--- a/src/liblzma/Makefile.am
+++ b/src/liblzma/Makefile.am
@@ -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:0:4
+liblzma_la_LDFLAGS = -no-undefined -version-info 10:99:5
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
if COND_SYMVERS_GENERIC