Skip to content

Commit 9331ce4

Browse files
committed
Bump version and soname for 5.6.3
1 parent f52857f commit 9331ce4

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 11:2:6
23+
liblzma_la_LDFLAGS = -no-undefined -version-info 11:3:6
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 6
2323

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

2727
/**
2828
* \brief Version stability marker

0 commit comments

Comments
 (0)