Update Zstandard to v1.3.2

This commit is contained in:
Tino Reichardt
2017-10-31 10:04:10 +01:00
parent a818384b05
commit a42c9c1c77
68 changed files with 5978 additions and 3884 deletions

View File

@@ -30,9 +30,9 @@ ZSTD_OBJS = \
$O\xxhash.obj \
ZSTDMT_OBJS = \
$O\threading.obj \
$O\lz4-mt_common.obj \
$O\lz4-mt_compress.obj \
$O\lz4-mt_decompress.obj \
$O\zstd-mt_threading.obj \
!include "../../7zip.mak"

View File

@@ -1,6 +1,6 @@
#include "../../../../C/7zVersionTr.h"
#include "../../../../C/7zVersion.rc"
MY_VERSION_INFO_DLL("7-Zip LZ4 Plugin v1.7.5", "Lz4")
MY_VERSION_INFO_DLL("7-Zip LZ4 Plugin v1.8.0", "Lz4")
101 ICON "../../Archive/Icons/lz5.ico"
101 ICON "../../Archive/Icons/lz4.ico"