Bump version number for 5.5.1alpha.

This commit is contained in:
Jia Tan 2024-01-26 19:05:51 +08:00
parent c7a7ae1500
commit b43c3e48bf
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#define LZMA_VERSION_MINOR 5
/** \brief Patch version number of the liblzma release. */
#define LZMA_VERSION_PATCH 0
#define LZMA_VERSION_PATCH 1
/**
* \brief Version stability marker

View File

@ -120,7 +120,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;
XZ_5.5.0alpha {
XZ_5.5.1alpha {
global:
lzma_mt_block_size;
} XZ_5.4;

View File

@ -135,7 +135,7 @@ global:
lzma_str_to_filters;
} XZ_5.2;
XZ_5.5.0alpha {
XZ_5.5.1alpha {
global:
lzma_mt_block_size;
} XZ_5.4;