This commit is contained in:
Igor Pavlov 2024-05-26 00:00:00 +00:00
parent fc662341e6
commit 89a73b9012
12 changed files with 84 additions and 29 deletions

View file

@ -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)" ?>

View file

@ -1,6 +1,6 @@
LZMA compression
----------------
Version: 24.05
Version: 24.06
This file describes LZMA encoding and decoding functions written in C language.

View file

@ -1,4 +1,4 @@
7-Zip 24.05 Sources
7-Zip 24.06 Sources
-------------------
7-Zip is a file archiver for Windows.

View file

@ -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.