mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -06:00
- add the "fast compression levels" of zstd via "fast" option (fast=1..64) - change the 7-Zip property sizes of LZ4, LZ5 and Zstandard to 3 - 3 and 5 byte header are valid now (default is 3) - update the Methods-Extern.md file, to reflect the property changes
15 lines
389 B
C
15 lines
389 B
C
|
|
#include "7zVersion.h"
|
|
|
|
#undef MY_AUTHOR_NAME
|
|
#define MY_AUTHOR_NAME "Tino Reichardt"
|
|
|
|
#undef MY_COPYRIGHT
|
|
#define MY_COPYRIGHT "Copyright (c) 2016 - 2018 Tino Reichardt"
|
|
|
|
#undef MY_COPYRIGHT_DATE
|
|
#define MY_COPYRIGHT_DATE MY_COPYRIGHT " : " MY_DATE
|
|
|
|
#undef MY_VERSION_COPYRIGHT_DATE
|
|
#define MY_VERSION_COPYRIGHT_DATE MY_VERSION_CPU " : " MY_COPYRIGHT " : " MY_DATE
|