Skip to content

Commit 09a7c23

Browse files
committed
version bump
1 parent 424b969 commit 09a7c23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "../../../../C/7zVersionTr.h"
22
#include "../../../../C/7zVersion.rc"
33

4-
MY_VERSION_INFO_DLL("7-Zip Brotli Plugin v1.0.9", "Brotli")
4+
MY_VERSION_INFO_DLL("7-Zip Brotli Plugin v1.1.0", "Brotli")
55

66
101 ICON "../../Archive/Icons/7z.ico"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install it in two ways:
1717
1. [Zstandard] v1.5.7 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.
1818
- Levels: 1..22
1919

20-
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.
20+
2. [Brotli] v.1.1.0 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.
2121
- Levels: 0..11
2222

2323
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.
@@ -290,7 +290,7 @@ You find this project useful, maybe you consider a donation ;-)
290290
## Version Information
291291

292292
- 7-Zip ZS Version 24.09
293-
- [Brotli] Version 1.0.9
293+
- [Brotli] Version 1.1.0
294294
- [Fast LZMA2] Version 1.0.1
295295
- [Lizard] Version 1.0
296296
- [LZ4] Version 1.9.4

0 commit comments

Comments
 (0)