mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 08:24:11 -06:00
4.40 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3415684502
commit
bd9a40b0ed
+5
-1
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 4
|
||||
!define VERSION_MINOR 39
|
||||
!define VERSION_MINOR 40
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -156,6 +156,7 @@ Section
|
||||
File gz.dll
|
||||
File iso.dll
|
||||
File lzh.dll
|
||||
File nsis.dll
|
||||
File rar.dll
|
||||
File rpm.dll
|
||||
File split.dll
|
||||
@@ -211,6 +212,7 @@ Section
|
||||
File ja.txt
|
||||
File ka.txt
|
||||
File ko.txt
|
||||
File ku.txt
|
||||
File lt.txt
|
||||
File lv.txt
|
||||
File mk.txt
|
||||
@@ -363,6 +365,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\Formats\gz.dll
|
||||
Delete $INSTDIR\Formats\iso.dll
|
||||
Delete $INSTDIR\Formats\lzh.dll
|
||||
Delete $INSTDIR\Formats\nsis.dll
|
||||
Delete $INSTDIR\Formats\rar.dll
|
||||
Delete $INSTDIR\Formats\rpm.dll
|
||||
Delete $INSTDIR\Formats\split.dll
|
||||
@@ -418,6 +421,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\Lang\ja.txt
|
||||
Delete $INSTDIR\Lang\ka.txt
|
||||
Delete $INSTDIR\Lang\ko.txt
|
||||
Delete $INSTDIR\Lang\ku.txt
|
||||
Delete $INSTDIR\Lang\lt.txt
|
||||
Delete $INSTDIR\Lang\lv.txt
|
||||
Delete $INSTDIR\Lang\mk.txt
|
||||
|
||||
+3
-1
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "4" ?>
|
||||
<?define VerMinor = "39" ?>
|
||||
<?define VerMinor = "40" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
@@ -239,6 +239,7 @@
|
||||
<File Id="gz.dll" Name="gz.dll" />
|
||||
<File Id="iso.dll" Name="iso.dll" />
|
||||
<File Id="lzh.dll" Name="lzh.dll" />
|
||||
<File Id="nsis.dll" Name="nsis.dll" />
|
||||
<File Id="rar.dll" Name="rar.dll" />
|
||||
<File Id="rpm.dll" Name="rpm.dll" />
|
||||
<File Id="split.dll" Name="split.dll" />
|
||||
@@ -298,6 +299,7 @@
|
||||
<File Id="ja.txt" Name="ja.txt" />
|
||||
<File Id="ka.txt" Name="ka.txt" />
|
||||
<File Id="ko.txt" Name="ko.txt" />
|
||||
<File Id="ku.txt" Name="ku.txt" />
|
||||
<File Id="lt.txt" Name="lt.txt" />
|
||||
<File Id="lv.txt" Name="lv.txt" />
|
||||
<File Id="mk.txt" Name="mk.txt" />
|
||||
|
||||
+6
-3
@@ -1,4 +1,4 @@
|
||||
LZMA SDK 4.37
|
||||
LZMA SDK 4.40
|
||||
-------------
|
||||
|
||||
LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
@@ -58,8 +58,10 @@ of LZMA SDK as update for previous versions.
|
||||
|
||||
|
||||
SPECIAL EXCEPTION #3: Igor Pavlov, as the author of this code, expressly permits
|
||||
you to use code of examples (LzmaTest.c, LzmaStateTest.c, LzmaAlone.cpp,
|
||||
LzmaAlone.cs, LzmaAlone.java) as public domain code.
|
||||
you to use code of the following files:
|
||||
BranchTypes.h, LzmaTypes.h, LzmaTest.c, LzmaStateTest.c, LzmaAlone.cpp,
|
||||
LzmaAlone.cs, LzmaAlone.java
|
||||
as public domain code.
|
||||
|
||||
|
||||
4) Proprietary license
|
||||
@@ -149,6 +151,7 @@ C - C / CPP files
|
||||
LzmaDecode.c - LZMA decoding on ANSI-C (new fastest version)
|
||||
LzmaDecodeSize.c - LZMA decoding on ANSI-C (old size-optimized version)
|
||||
LzmaTest.c - test application that decodes LZMA encoded file
|
||||
LzmaTypes.h - basic types for LZMA Decoder
|
||||
LzmaStateDecode.h - interface for LZMA decoding (State version)
|
||||
LzmaStateDecode.c - LZMA decoding on ANSI-C (State version)
|
||||
LzmaStateTest.c - test application (State version)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
7-Zip 4.39 Sources
|
||||
7-Zip 4.40 Sources
|
||||
------------------
|
||||
|
||||
7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP.
|
||||
|
||||
Reference in New Issue
Block a user