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 f52857f commit 9331ce4Copy full SHA for 9331ce4
src/liblzma/Makefile.am
@@ -20,7 +20,7 @@ liblzma_la_CPPFLAGS = \
20
-I$(top_srcdir)/src/liblzma/simple \
21
-I$(top_srcdir)/src/common \
22
-DTUKLIB_SYMBOL_PREFIX=lzma_
23
-liblzma_la_LDFLAGS = -no-undefined -version-info 11:2:6
+liblzma_la_LDFLAGS = -no-undefined -version-info 11:3:6
24
25
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
26
if COND_SYMVERS_GENERIC
src/liblzma/api/lzma/version.h
@@ -22,7 +22,7 @@
#define LZMA_VERSION_MINOR 6
/** \brief Patch version number of the liblzma release. */
-#define LZMA_VERSION_PATCH 2
+#define LZMA_VERSION_PATCH 3
27
/**
28
* \brief Version stability marker
0 commit comments