diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:33:05 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:33:05 +0200 |
commit | d8a898eb9974683bc725c49ec76722f9a8758f48 (patch) | |
tree | 9bc3e5b075291d89bf399c00f90725a4e8acc182 | |
parent | Add NEWS for 5.2.9. (diff) | |
download | xz-d8a898eb9974683bc725c49ec76722f9a8758f48.tar.xz |
Bump version and soname for 5.2.9.larhzu/v5.2.9
-rw-r--r-- | src/liblzma/Makefile.am | 2 | ||||
-rw-r--r-- | src/liblzma/api/lzma/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/Makefile.am b/src/liblzma/Makefile.am index 4b9d2f54..de56a20c 100644 --- a/src/liblzma/Makefile.am +++ b/src/liblzma/Makefile.am @@ -24,7 +24,7 @@ liblzma_la_CPPFLAGS = \ -I$(top_srcdir)/src/liblzma/simple \ -I$(top_srcdir)/src/common \ -DTUKLIB_SYMBOL_PREFIX=lzma_ -liblzma_la_LDFLAGS = -no-undefined -version-info 7:8:2 +liblzma_la_LDFLAGS = -no-undefined -version-info 7:9:2 EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh if COND_SYMVERS_GENERIC diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index fcae6ea2..087bf134 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -22,7 +22,7 @@ */ #define LZMA_VERSION_MAJOR 5 #define LZMA_VERSION_MINOR 2 -#define LZMA_VERSION_PATCH 8 +#define LZMA_VERSION_PATCH 9 #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE #ifndef LZMA_VERSION_COMMIT |