From a92cc9e7436ce6fed7f78c0e7287e57da82ddb53 Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sun, 15 Jan 2023 12:38:27 +0100 Subject: [PATCH] Add correct LZ4 version to README.md an fix building date --- C/7zVersion.h | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/C/7zVersion.h b/C/7zVersion.h index 5bd5f440..a7c3f847 100644 --- a/C/7zVersion.h +++ b/C/7zVersion.h @@ -10,12 +10,12 @@ #define MY_VERSION_CPU MY_VERSION #endif -#define MY_DATE "2022-08-07" +#define MY_DATE "2023-01-15" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE #define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt" #define MY_COPYRIGHT_PD "Igor Pavlov : Public domain" -#define MY_COPYRIGHT_CR "Copyright (c) 1999-2022 Igor Pavlov, 2016-2022 Tino Reichardt" +#define MY_COPYRIGHT_CR "Copyright (c) 1999-2022 Igor Pavlov, 2016-2023 Tino Reichardt" #ifdef USE_COPYRIGHT_CR #define MY_COPYRIGHT MY_COPYRIGHT_CR diff --git a/README.md b/README.md index b50bdc92..51e573d9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can install it in two ways: 2. [Brotli] v.1.0.9 is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. - Levels: 0..11 -3. [LZ4] v1.9.3 is lossless compression algorithm, providing compression speed at 400 MB/s per core (0.16 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. +3. [LZ4] v1.9.4 is lossless compression algorithm, providing compression speed at 400 MB/s per core (0.16 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. - Levels: 1..12 4. [LZ5] v1.5 is a modification of LZ4 which was meant for a better ratio at cost of slower compression and decompression. It's superseded by [Lizard] now. @@ -292,7 +292,7 @@ You find this project useful, maybe you consider a donation ;-) - [Brotli] Version 1.0.9 - [Fast LZMA2] Version 1.0.1 - [Lizard] Version 1.0 - - [LZ4] Version 1.9.3 + - [LZ4] Version 1.9.4 - [LZ5] Version 1.5 - [Zstandard] Version 1.5.0 - [BLAKE3] Version 0.3.7