mirror of
https://github.com/ip7z/7zip.git
synced 2026-04-05 06:15:11 +00:00
24.06
This commit is contained in:
parent
fc662341e6
commit
89a73b9012
12 changed files with 84 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "24" ?>
|
||||
<?define VerMinor = "05" ?>
|
||||
<?define VerMinor = "06" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
LZMA compression
|
||||
----------------
|
||||
Version: 24.05
|
||||
Version: 24.06
|
||||
|
||||
This file describes LZMA encoding and decoding functions written in C language.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
7-Zip 24.05 Sources
|
||||
7-Zip 24.06 Sources
|
||||
-------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
HISTORY of the 7-Zip source code
|
||||
--------------------------------
|
||||
|
||||
24.06 2024-05-26
|
||||
-------------------------
|
||||
- The bug was fixed: 7-Zip could not unpack some ZSTD archives.
|
||||
|
||||
|
||||
24.05 2024-05-14
|
||||
-------------------------
|
||||
- New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue