diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-26 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-27 12:41:10 +0500 |
commit | 89a73b901229c8550c172c9556ff8442ae7ac4b8 (patch) | |
tree | 00bf950adf3b20f36efe4ffa1065676869b040a5 /DOC | |
parent | fc662341e6f85da78ada0e443f6116b978f79f22 (diff) | |
download | 7zip-24.06.tar.gz 7zip-24.06.tar.bz2 7zip-24.06.zip |
24.0624.06
Diffstat (limited to 'DOC')
-rw-r--r-- | DOC/7zip.wxs | 2 | ||||
-rw-r--r-- | DOC/lzma.txt | 2 | ||||
-rw-r--r-- | DOC/readme.txt | 2 | ||||
-rw-r--r-- | DOC/src-history.txt | 5 |
4 files changed, 8 insertions, 3 deletions
diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs index 7705d16..fe31819 100644 --- a/DOC/7zip.wxs +++ b/DOC/7zip.wxs | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | 2 | ||
3 | <?define VerMajor = "24" ?> | 3 | <?define VerMajor = "24" ?> |
4 | <?define VerMinor = "05" ?> | 4 | <?define VerMinor = "06" ?> |
5 | <?define VerBuild = "00" ?> | 5 | <?define VerBuild = "00" ?> |
6 | <?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?> | 6 | <?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?> |
7 | <?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?> | 7 | <?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?> |
diff --git a/DOC/lzma.txt b/DOC/lzma.txt index 0d9863c..045502f 100644 --- a/DOC/lzma.txt +++ b/DOC/lzma.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | LZMA compression | 1 | LZMA compression |
2 | ---------------- | 2 | ---------------- |
3 | Version: 24.05 | 3 | Version: 24.06 |
4 | 4 | ||
5 | This file describes LZMA encoding and decoding functions written in C language. | 5 | This file describes LZMA encoding and decoding functions written in C language. |
6 | 6 | ||
diff --git a/DOC/readme.txt b/DOC/readme.txt index a33af83..affc1d5 100644 --- a/DOC/readme.txt +++ b/DOC/readme.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | 7-Zip 24.05 Sources | 1 | 7-Zip 24.06 Sources |
2 | ------------------- | 2 | ------------------- |
3 | 3 | ||
4 | 7-Zip is a file archiver for Windows. | 4 | 7-Zip is a file archiver for Windows. |
diff --git a/DOC/src-history.txt b/DOC/src-history.txt index 1f29322..3637c24 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt | |||
@@ -1,6 +1,11 @@ | |||
1 | HISTORY of the 7-Zip source code | 1 | HISTORY of the 7-Zip source code |
2 | -------------------------------- | 2 | -------------------------------- |
3 | 3 | ||
4 | 24.06 2024-05-26 | ||
5 | ------------------------- | ||
6 | - The bug was fixed: 7-Zip could not unpack some ZSTD archives. | ||
7 | |||
8 | |||
4 | 24.05 2024-05-14 | 9 | 24.05 2024-05-14 |
5 | ------------------------- | 10 | ------------------------- |
6 | - New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating. | 11 | - New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating. |