mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 06:07:05 -06:00
9.17
This commit is contained in:
committed by
Kornel Lesiński
parent
044e4bb741
commit
2eb60a0598
@@ -399,7 +399,7 @@ FilesInfo
|
||||
UINT64 DataIndex
|
||||
[]
|
||||
for(Definded Items)
|
||||
UINT32 Time
|
||||
UINT64 Time
|
||||
[]
|
||||
|
||||
kNames: (0x11)
|
||||
|
||||
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "9.16"
|
||||
AppDate = "2010-09-07"
|
||||
AppVer = "9.17"
|
||||
AppDate = "2010-10-04"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 9
|
||||
!define VERSION_MINOR 16
|
||||
!define VERSION_MINOR 17
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "9" ?>
|
||||
<?define VerMinor = "16" ?>
|
||||
<?define VerMinor = "17" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
Sources history of the 7-Zip
|
||||
----------------------------
|
||||
|
||||
9.17 2010-10-04
|
||||
-------------------------
|
||||
- IStream.h::IOutStream::
|
||||
STDMETHOD(SetSize)(Int64 newSize) PURE;
|
||||
was changed to
|
||||
STDMETHOD(SetSize)(UInt64 newSize) PURE;
|
||||
|
||||
|
||||
9.09 2009-12-12
|
||||
-------------------------
|
||||
- The bug was fixed:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LZMA SDK 9.16
|
||||
LZMA SDK 9.17
|
||||
-------------
|
||||
|
||||
LZMA SDK provides the documentation, samples, header files, libraries,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
7-Zip 9.16 Sources
|
||||
7-Zip 9.17 Sources
|
||||
------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
||||
Reference in New Issue
Block a user