Skip to content

Commit 061a1e4

Browse files
committed
Bump version and soname for 5.4.7
1 parent 626586c commit 061a1e4

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
@@ -24,7 +24,7 @@ liblzma_la_CPPFLAGS = \
2424
-I$(top_srcdir)/src/liblzma/simple \
2525
-I$(top_srcdir)/src/common \
2626
-DTUKLIB_SYMBOL_PREFIX=lzma_
27-
liblzma_la_LDFLAGS = -no-undefined -version-info 9:6:4
27+
liblzma_la_LDFLAGS = -no-undefined -version-info 9:7:4
2828

2929
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
3030
if COND_SYMVERS_GENERIC

src/liblzma/api/lzma/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define LZMA_VERSION_MINOR 4
2424

2525
/** \brief Patch version number of the liblzma release. */
26-
#define LZMA_VERSION_PATCH 6
26+
#define LZMA_VERSION_PATCH 7
2727

2828
/**
2929
* \brief Version stability marker

0 commit comments

Comments
 (0)