mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Bump version number for 5.5.1alpha.
This commit is contained in:
parent
c7a7ae1500
commit
b43c3e48bf
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue