diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2022-06-20 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 13:35:20 +0500 |
commit | a3e1d227377188734b82f023f96f8e25dc40f3e6 (patch) | |
tree | 23cad8d47eb23d26ea727b4f7f4a65124f724065 /DOC | |
parent | f19f813537c7aea1c20749c914e756b54a9c3cf5 (diff) | |
download | 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.tar.gz 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.tar.bz2 7zip-a3e1d227377188734b82f023f96f8e25dc40f3e6.zip |
22.0022.00
Diffstat (limited to 'DOC')
-rw-r--r-- | DOC/7zip.wxs | 4 | ||||
-rw-r--r-- | DOC/src-history.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs index fdc63ce..c7a61b4 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 = "21" ?> | 3 | <?define VerMajor = "22" ?> |
4 | <?define VerMinor = "07" ?> | 4 | <?define VerMinor = "00" ?> |
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/src-history.txt b/DOC/src-history.txt index 0b54fe3..f546c4e 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt | |||
@@ -1,6 +1,12 @@ | |||
1 | HISTORY of the 7-Zip source code | 1 | HISTORY of the 7-Zip source code |
2 | -------------------------------- | 2 | -------------------------------- |
3 | 3 | ||
4 | 22.00 2022-06-16 | ||
5 | ------------------------- | ||
6 | - 7-Zip interfaces now support high precision (1 ns) timestamps with reserved | ||
7 | fields of tagPROPVARIANT (VT_FILETIME). | ||
8 | |||
9 | |||
4 | 21.07 2021-12-26 | 10 | 21.07 2021-12-26 |
5 | ------------------------- | 11 | ------------------------- |
6 | - The sorting order of files in archives was slightly changed to be more consistent | 12 | - The sorting order of files in archives was slightly changed to be more consistent |