From 3c1c9c5346a7335ea51620c0ff8d410b217b5361 Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sat, 15 May 2021 05:56:10 +0200 Subject: [PATCH] Update version numbers --- C/7zVersion.h | 4 ++-- CPP/7zip/Bundles/Codec_brotli/resource.rc | 2 +- CPP/7zip/Bundles/Codec_zstd/resource.rc | 2 +- README.md | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/C/7zVersion.h b/C/7zVersion.h index 6a8d9a7c..734c514d 100644 --- a/C/7zVersion.h +++ b/C/7zVersion.h @@ -1,7 +1,7 @@ #define MY_VER_MAJOR 21 #define MY_VER_MINOR 02 #define MY_VER_BUILD 0 -#define MY_VERSION_NUMBERS "21.02 ZS v1.4.9 R1" +#define MY_VERSION_NUMBERS "21.02 ZS v1.5.0 R1" #define MY_VERSION MY_VERSION_NUMBERS #ifdef MY_CPU_NAME @@ -10,7 +10,7 @@ #define MY_VERSION_CPU MY_VERSION #endif -#define MY_DATE "2021-05-13" +#define MY_DATE "2021-05-16" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE #define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt" diff --git a/CPP/7zip/Bundles/Codec_brotli/resource.rc b/CPP/7zip/Bundles/Codec_brotli/resource.rc index 49aa0cb5..824e2961 100644 --- a/CPP/7zip/Bundles/Codec_brotli/resource.rc +++ b/CPP/7zip/Bundles/Codec_brotli/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7-Zip Brotli Plugin v1.0.7", "Brotli") +MY_VERSION_INFO_DLL("7-Zip Brotli Plugin v1.0.9", "Brotli") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_zstd/resource.rc b/CPP/7zip/Bundles/Codec_zstd/resource.rc index 45c95019..5ab82821 100644 --- a/CPP/7zip/Bundles/Codec_zstd/resource.rc +++ b/CPP/7zip/Bundles/Codec_zstd/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.4.5", "zstd") +MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.5.0", "zstd") 101 ICON "../../Archive/Icons/zst.ico" diff --git a/README.md b/README.md index 015daffb..c0d6f973 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can install it in two ways: ## Codec overview -1. [Zstandard] v1.4.9 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder. +1. [Zstandard] v1.5.0 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder. - Levels: 1..22 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. @@ -46,7 +46,7 @@ You can install it in two ways: The output should look like this: ``` -7-Zip 19.00 ZS v1.4.9 R2 (x64) : Copyright (c) 1999-2019 Igor Pavlov, 2016-2021 Tino Reichardt : 2021-04-06 +7-Zip 19.00 ZS v1.5.0 R1 (x64) : Copyright (c) 1999-2021 Igor Pavlov, 2016-2021 Tino Reichardt : 2021-05-15 Libs: 0 c:\Program Files\7-Zip-Zstandard\7z.dll @@ -167,7 +167,7 @@ Hashers: The output should look like this: ``` -7-Zip 19.00 (x64) : Copyright (c) 1999-2019 Igor Pavlov : 2018-04-30 +7-Zip 21.02 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-05-06 Libs: 0 C:\Program Files\7-Zip\7z.dll @@ -286,10 +286,10 @@ You find this project useful, maybe you consider a donation ;-) - [Lizard] Version 1.0 - [LZ4] Version 1.9.3 - [LZ5] Version 1.5 - - [Zstandard] Version 1.4.9 + - [Zstandard] Version 1.5.0 - [BLAKE3] Version 0.3.7 -/TR 2021-05-13 +/TR 2021-05-16 ## Notes