version.h | version.h | |||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
*/ | */ | |||
#ifndef LZMA_H_INTERNAL | #ifndef LZMA_H_INTERNAL | |||
# error Never include this file directly. Use <lzma.h> instead. | # error Never include this file directly. Use <lzma.h> instead. | |||
#endif | #endif | |||
/* | /* | |||
* Version number split into components | * Version number split into components | |||
*/ | */ | |||
#define LZMA_VERSION_MAJOR 5 | #define LZMA_VERSION_MAJOR 5 | |||
#define LZMA_VERSION_MINOR 1 | #define LZMA_VERSION_MINOR 2 | |||
#define LZMA_VERSION_PATCH 2 | #define LZMA_VERSION_PATCH 0 | |||
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_ALPHA | #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE | |||
#ifndef LZMA_VERSION_COMMIT | #ifndef LZMA_VERSION_COMMIT | |||
# define LZMA_VERSION_COMMIT "" | # define LZMA_VERSION_COMMIT "" | |||
#endif | #endif | |||
/* | /* | |||
* Map symbolic stability levels to integers. | * Map symbolic stability levels to integers. | |||
*/ | */ | |||
#define LZMA_VERSION_STABILITY_ALPHA 0 | #define LZMA_VERSION_STABILITY_ALPHA 0 | |||
#define LZMA_VERSION_STABILITY_BETA 1 | #define LZMA_VERSION_STABILITY_BETA 1 | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |