mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
Update version numbers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#define MY_VER_MAJOR 19
|
||||
#define MY_VER_MINOR 00
|
||||
#define MY_VER_BUILD 0
|
||||
#define MY_VERSION_NUMBERS "19.00 ZS v1.3.8 R3"
|
||||
#define MY_VERSION_NUMBERS "19.00 ZS v1.4.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 "2019-03-29"
|
||||
#define MY_DATE "2019-04-26"
|
||||
#undef MY_COPYRIGHT
|
||||
#undef MY_VERSION_COPYRIGHT_DATE
|
||||
#define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "../../../../C/7zVersionTr.h"
|
||||
#include "../../../../C/7zVersion.rc"
|
||||
|
||||
MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.3.8", "zstd")
|
||||
MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.4.0", "zstd")
|
||||
|
||||
101 ICON "../../Archive/Icons/zst.ico"
|
||||
|
||||
@@ -15,7 +15,7 @@ You can install it in two ways:
|
||||
|
||||
|
||||
## Codec overview
|
||||
1. [Zstandard] v1.3.8 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.4.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.7 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.3.8 R3 (x64) : Copyright (c) 1999-2019 Igor Pavlov, 2016-2019 Tino Reichardt : 2019-03-05
|
||||
7-Zip 19.00 ZS v1.4.0 R3 (x64) : Copyright (c) 1999-2019 Igor Pavlov, 2016-2019 Tino Reichardt : 2019-03-05
|
||||
|
||||
Libs:
|
||||
0 c:\Program Files\7-Zip-Zstandard\7z.dll
|
||||
@@ -280,9 +280,9 @@ You find this project useful, maybe you consider a donation ;-)
|
||||
- [Lizard] Version 1.0
|
||||
- [LZ4] Version 1.8.3
|
||||
- [LZ5] Version 1.5
|
||||
- [Zstandard] Version 1.3.8
|
||||
- [Zstandard] Version 1.4.0
|
||||
|
||||
/TR 2019-03-29
|
||||
/TR 2019-04-26
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user