mirror of https://git.tukaani.org/xz.git
Bump version number for 5.3.3alpha.
This commit is contained in:
parent
44fedddc11
commit
c1555b1a22
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
#define LZMA_VERSION_MAJOR 5
|
||||
#define LZMA_VERSION_MINOR 3
|
||||
#define LZMA_VERSION_PATCH 2
|
||||
#define LZMA_VERSION_PATCH 3
|
||||
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
|
||||
|
||||
#ifndef LZMA_VERSION_COMMIT
|
||||
|
|
|
@ -104,7 +104,7 @@ global:
|
|||
lzma_stream_encoder_mt_memusage;
|
||||
} XZ_5.0;
|
||||
|
||||
XZ_5.3.2alpha {
|
||||
XZ_5.3.3alpha {
|
||||
global:
|
||||
lzma_microlzma_decoder;
|
||||
lzma_microlzma_encoder;
|
||||
|
|
Loading…
Reference in New Issue