diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-30 16:41:03 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-30 16:41:03 +0300 |
commit | d24a57b7fc7e5e9267b84367cb0788d3acf7f569 (patch) | |
tree | 6d641ef77c2afb258d030c4752e1c8de21646ff0 | |
parent | d2003362dd42004355a5550ee7a60ace3b3ea2d8 (diff) | |
download | xz-5.2.7.tar.gz |
Bump version and soname for 5.2.7.v5.2.7
-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 cf2144d..84e6af4 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:6:2 +liblzma_la_LDFLAGS = -no-undefined -version-info 7:7: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 af5aa4e..036a824 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 6 +#define LZMA_VERSION_PATCH 7 #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE #ifndef LZMA_VERSION_COMMIT |