Bump the version number to 5.1.2alpha.

This commit is contained in:
Lasse Collin 2012-07-04 20:01:49 +03:00
parent 8f3c1d886f
commit c7ff218528
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
*/
#define LZMA_VERSION_MAJOR 5
#define LZMA_VERSION_MINOR 1
#define LZMA_VERSION_PATCH 1
#define LZMA_VERSION_PATCH 2
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA
#ifndef LZMA_VERSION_COMMIT

View File

@ -95,7 +95,7 @@ global:
lzma_vli_size;
};
XZ_5.1.1alpha {
XZ_5.1.2alpha {
global:
lzma_stream_encoder_mt;
lzma_stream_encoder_mt_memusage;