diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 17:15:03 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-31 17:15:03 +0200 |
commit | 88d3e6b0b18e24142b6d3b41dc1b84b00c49fef3 (patch) | |
tree | d9d4712ac6eb306786ecfa1f31c026bba6ac8dbc /src/liblzma/api/lzma/version.h | |
parent | Renamed lzma_options_simple to lzma_options_bcj in the API. (diff) | |
download | xz-88d3e6b0b18e24142b6d3b41dc1b84b00c49fef3.tar.xz |
Cleaned up some comments in the API headers.
Diffstat (limited to 'src/liblzma/api/lzma/version.h')
-rw-r--r-- | src/liblzma/api/lzma/version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/version.h b/src/liblzma/api/lzma/version.h index 2a36120e..b1e74404 100644 --- a/src/liblzma/api/lzma/version.h +++ b/src/liblzma/api/lzma/version.h @@ -30,7 +30,9 @@ * - zzz = revision * - s indicates stability: 0 = alpha, 1 = beta, 2 = stable * - * See the README file for details about the version numbering. FIXME + * The same xyyyzzz triplet is never reused with different stability levels. + * For example, if 5.1.0alpha has been released, there will never be 5.1.0beta + * or 5.1.0 stable. * * \note The version number of liblzma has nothing to with * the version number of Igor Pavlov's LZMA SDK. |