Bump version number for 5.3.5beta.

This also sorts the symbol names alphabetically in liblzma_*.map.
This commit is contained in:
Lasse Collin 2022-12-01 20:59:32 +02:00
parent 7e53c5bcb3
commit 24790f49ae
3 changed files with 12 additions and 12 deletions

View File

@ -22,8 +22,8 @@
*/
#define LZMA_VERSION_MAJOR 5
#define LZMA_VERSION_MINOR 3
#define LZMA_VERSION_PATCH 4
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
#define LZMA_VERSION_PATCH 5
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA
#ifndef LZMA_VERSION_COMMIT
# define LZMA_VERSION_COMMIT ""

View File

@ -107,15 +107,15 @@ global:
lzma_stream_encoder_mt_memusage;
} XZ_5.0;
XZ_5.3.4alpha {
XZ_5.3.5beta {
global:
lzma_file_info_decoder;
lzma_filters_free;
lzma_lzip_decoder;
lzma_microlzma_decoder;
lzma_microlzma_encoder;
lzma_file_info_decoder;
lzma_stream_decoder_mt;
lzma_lzip_decoder;
lzma_filters_free;
lzma_str_to_filters;
lzma_str_from_filters;
lzma_str_list_filters;
lzma_str_to_filters;
} XZ_5.2;

View File

@ -122,15 +122,15 @@ global:
lzma_stream_encoder_mt_memusage;
} XZ_5.1.2alpha;
XZ_5.3.4alpha {
XZ_5.3.5beta {
global:
lzma_file_info_decoder;
lzma_filters_free;
lzma_lzip_decoder;
lzma_microlzma_decoder;
lzma_microlzma_encoder;
lzma_file_info_decoder;
lzma_stream_decoder_mt;
lzma_lzip_decoder;
lzma_filters_free;
lzma_str_to_filters;
lzma_str_from_filters;
lzma_str_list_filters;
lzma_str_to_filters;
} XZ_5.2;