aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/Makefile.am
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-02-24 16:30:06 +0800
committerJia Tan <jiat0218@gmail.com>2024-02-24 16:30:06 +0800
commit5d8d915ebe2e345820a0f54d1baf8d7d4824c0c7 (patch)
treed6290e8de6ca6ca282762a23cbdf66870db9cf10 /src/liblzma/Makefile.am
parentAdd NEWS for 5.6.0. (diff)
downloadxz-5d8d915ebe2e345820a0f54d1baf8d7d4824c0c7.tar.xz
Bump version and soname for 5.7.0alpha.
Like 5.5.0alpha, 5.7.0alpha won't be released, it's just to mark that the branch is not stable. 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 0ffc977d..eea29f40 100644
--- a/src/liblzma/Makefile.am
+++ b/src/liblzma/Makefile.am
@@ -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 10:99:5
+liblzma_la_LDFLAGS = -no-undefined -version-info 11:99:6
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
if COND_SYMVERS_GENERIC