We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626586c commit 061a1e4Copy full SHA for 061a1e4
src/liblzma/Makefile.am
@@ -24,7 +24,7 @@ liblzma_la_CPPFLAGS = \
24
-I$(top_srcdir)/src/liblzma/simple \
25
-I$(top_srcdir)/src/common \
26
-DTUKLIB_SYMBOL_PREFIX=lzma_
27
-liblzma_la_LDFLAGS = -no-undefined -version-info 9:6:4
+liblzma_la_LDFLAGS = -no-undefined -version-info 9:7:4
28
29
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
30
if COND_SYMVERS_GENERIC
src/liblzma/api/lzma/version.h
@@ -23,7 +23,7 @@
23
#define LZMA_VERSION_MINOR 4
/** \brief Patch version number of the liblzma release. */
-#define LZMA_VERSION_PATCH 6
+#define LZMA_VERSION_PATCH 7
/**
* \brief Version stability marker
0 commit comments