From 774145adfda4c33c07ef6543c081230edf63ba04 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Thu, 4 May 2023 19:48:19 +0800 Subject: [PATCH] Bump version and soname for 5.2.12. --- src/liblzma/Makefile.am | 2 +- 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 0dac86d8..1debf2d0 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:11:2 +liblzma_la_LDFLAGS = -no-undefined -version-info 7:12: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 a5db0b9c..cfdf9bf9 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 11 +#define LZMA_VERSION_PATCH 12 #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE #ifndef LZMA_VERSION_COMMIT