mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 18:06:55 -06:00
4.47 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
c574fc0f4b
commit
0b33f700a6
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 4
|
||||
!define VERSION_MINOR 46
|
||||
!define VERSION_MINOR 47
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "4" ?>
|
||||
<?define VerMinor = "46" ?>
|
||||
<?define VerMinor = "47" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
Sources history of the 7-Zip
|
||||
----------------------------
|
||||
|
||||
Version 4.46 beta 2007-05-25
|
||||
--------------------------------------
|
||||
- CPP Synchronization objects now return HRes (error code) instead of bool.
|
||||
|
||||
|
||||
Version 4.45 beta 2007-04-16
|
||||
--------------------------------------
|
||||
- 7-Zip now uses C version of CRC, so you must call CrcGenerateTable at
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LZMA SDK 4.44
|
||||
LZMA SDK 4.46
|
||||
-------------
|
||||
|
||||
LZMA SDK Copyright (C) 1999-2007 Igor Pavlov
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
7-Zip 4.46 Sources
|
||||
7-Zip 4.47 Sources
|
||||
------------------
|
||||
|
||||
7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP/Vista.
|
||||
|
||||
Reference in New Issue
Block a user