7-Zip ZStandard 0.7.3

- update to 0.7.3
- GUI improvements:
  - ZStandard Version and Level is shown in FileManager
  - method and level selection is better
  - this 7-Zip Version defaults to ZSandard now
This commit is contained in:
Tino Reichardt
2016-07-13 21:36:19 +02:00
parent 958f0d26ae
commit 13e8b3cf63
12 changed files with 259 additions and 106 deletions

View File

@@ -119,7 +119,7 @@ const UInt32 k_ARM = 0x3030501;
const UInt32 k_ARMT = 0x3030701;
const UInt32 k_SPARC = 0x3030805;
const UInt32 k_ZStd = 0x4F71101;
const UInt32 k_ZSTD = 0x4F71101;
const UInt32 k_AES = 0x6F10701;