diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-21 18:11:17 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-21 18:11:17 +0200 |
commit | 6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6 (patch) | |
tree | 630d6ea0af1e98d288a8bf09257749e413f84aab /src/liblzma/api/lzma | |
parent | Avoid variable-length arrays in the debug programs. (diff) | |
download | xz-6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6.tar.xz |
Bump version and soname for 5.2.0.
I know that soname != app version, but I skip AGE=1
in -version-info to make the soname match the liblzma
version anyway. It doesn't hurt anything as long as
it doesn't conflict with library versioning rules.
Diffstat (limited to 'src/liblzma/api/lzma')
-rw-r--r-- | src/liblzma/api/lzma/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index 7fce70ee..d9614da7 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -21,9 +21,9 @@ * Version number split into components */ #define LZMA_VERSION_MAJOR 5 -#define LZMA_VERSION_MINOR 1 -#define LZMA_VERSION_PATCH 4 -#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA +#define LZMA_VERSION_MINOR 2 +#define LZMA_VERSION_PATCH 0 +#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE #ifndef LZMA_VERSION_COMMIT # define LZMA_VERSION_COMMIT "" |