mirror of https://git.tukaani.org/xz.git
Bump version number for 5.3.4alpha.
This commit is contained in:
parent
5b999ba289
commit
b9a67d9a5f
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
#define LZMA_VERSION_MAJOR 5
|
#define LZMA_VERSION_MAJOR 5
|
||||||
#define LZMA_VERSION_MINOR 3
|
#define LZMA_VERSION_MINOR 3
|
||||||
#define LZMA_VERSION_PATCH 3
|
#define LZMA_VERSION_PATCH 4
|
||||||
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
|
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
|
||||||
|
|
||||||
#ifndef LZMA_VERSION_COMMIT
|
#ifndef LZMA_VERSION_COMMIT
|
||||||
|
|
|
@ -107,7 +107,7 @@ global:
|
||||||
lzma_stream_encoder_mt_memusage;
|
lzma_stream_encoder_mt_memusage;
|
||||||
} XZ_5.0;
|
} XZ_5.0;
|
||||||
|
|
||||||
XZ_5.3.3alpha {
|
XZ_5.3.4alpha {
|
||||||
global:
|
global:
|
||||||
lzma_microlzma_decoder;
|
lzma_microlzma_decoder;
|
||||||
lzma_microlzma_encoder;
|
lzma_microlzma_encoder;
|
||||||
|
|
|
@ -122,7 +122,7 @@ global:
|
||||||
lzma_stream_encoder_mt_memusage;
|
lzma_stream_encoder_mt_memusage;
|
||||||
} XZ_5.1.2alpha;
|
} XZ_5.1.2alpha;
|
||||||
|
|
||||||
XZ_5.3.3alpha {
|
XZ_5.3.4alpha {
|
||||||
global:
|
global:
|
||||||
lzma_microlzma_decoder;
|
lzma_microlzma_decoder;
|
||||||
lzma_microlzma_encoder;
|
lzma_microlzma_encoder;
|
||||||
|
|
Loading…
Reference in New Issue