aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
Diffstat (limited to 'DOC')
-rw-r--r--DOC/7zip.wxs4
-rw-r--r--DOC/src-history.txt6
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 @@
1HISTORY of the 7-Zip source code 1HISTORY of the 7-Zip source code
2-------------------------------- 2--------------------------------
3 3
422.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
421.07 2021-12-26 1021.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