mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Bump version number for 5.3.4alpha.
This commit is contained in:
parent
5b999ba289
commit
b9a67d9a5f
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
#define LZMA_VERSION_MAJOR 5
|
||||
#define LZMA_VERSION_MINOR 3
|
||||
#define LZMA_VERSION_PATCH 3
|
||||
#define LZMA_VERSION_PATCH 4
|
||||
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
|
||||
|
||||
#ifndef LZMA_VERSION_COMMIT
|
||||
|
|
|
@ -107,7 +107,7 @@ global:
|
|||
lzma_stream_encoder_mt_memusage;
|
||||
} XZ_5.0;
|
||||
|
||||
XZ_5.3.3alpha {
|
||||
XZ_5.3.4alpha {
|
||||
global:
|
||||
lzma_microlzma_decoder;
|
||||
lzma_microlzma_encoder;
|
||||
|
|
|
@ -122,7 +122,7 @@ global:
|
|||
lzma_stream_encoder_mt_memusage;
|
||||
} XZ_5.1.2alpha;
|
||||
|
||||
XZ_5.3.3alpha {
|
||||
XZ_5.3.4alpha {
|
||||
global:
|
||||
lzma_microlzma_decoder;
|
||||
lzma_microlzma_encoder;
|
||||
|
|
Loading…
Reference in a new issue