diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 12:48:31 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 12:48:31 +0300 |
commit | 6ef4eabc0acc49e1bb9dc68064706e19fa9fcf48 (patch) | |
tree | c5e753869203297f7e98d39d81c6bd1fbfaa9525 /src/liblzma/api | |
parent | Put the unstable APIs behind #ifdef LZMA_UNSTABLE. (diff) | |
download | xz-6ef4eabc0acc49e1bb9dc68064706e19fa9fcf48.tar.xz |
Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99.larhzu/v5.1.1alpha
Diffstat (limited to 'src/liblzma/api')
-rw-r--r-- | src/liblzma/api/lzma/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index a908ea25..4bf7e40e 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -22,7 +22,7 @@ */ #define LZMA_VERSION_MAJOR 5 #define LZMA_VERSION_MINOR 1 -#define LZMA_VERSION_PATCH 0 +#define LZMA_VERSION_PATCH 1 #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA #ifndef LZMA_VERSION_COMMIT |