Skip to content

Commit 3d078b5

Browse files
committed
Bump version and soname for 5.8.2
1 parent fb14afd commit 3d078b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/liblzma/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ liblzma_la_CPPFLAGS = \
2020
-I$(top_srcdir)/src/liblzma/simple \
2121
-I$(top_srcdir)/src/common \
2222
-DTUKLIB_SYMBOL_PREFIX=lzma_
23-
liblzma_la_LDFLAGS = -no-undefined -version-info 13:1:8
23+
liblzma_la_LDFLAGS = -no-undefined -version-info 13:2:8
2424

2525
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
2626
if COND_SYMVERS_GENERIC

src/liblzma/api/lzma/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define LZMA_VERSION_MINOR 8
2323

2424
/** \brief Patch version number of the liblzma release. */
25-
#define LZMA_VERSION_PATCH 1
25+
#define LZMA_VERSION_PATCH 2
2626

2727
/**
2828
* \brief Version stability marker

0 commit comments

Comments
 (0)