4.51 beta

This commit is contained in:
Igor Pavlov
2007-07-25 00:00:00 +00:00
committed by Kornel Lesiński
parent 980e181dcc
commit d14d4dcdef
6 changed files with 10 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ UInt64 CInByte2::ReadUInt64()
void CInByte2::ReadString(UString &s)
{
const Byte *buf = _buffer + _pos;
size_t rem = (_size - _pos) / 2;
size_t rem = (_size - _pos) / 2 * 2;
{
size_t i;
for (i = 0; i < rem; i += 2)

View File

@@ -18,7 +18,7 @@ extern "C"
namespace NCrypto {
namespace NRar29 {
const kRarAesKeySize = 16;
const UInt32 kRarAesKeySize = 16;
class CDecoder:
public ICompressFilter,

View File

@@ -1,8 +1,8 @@
#define MY_VER_MAJOR 4
#define MY_VER_MINOR 50
#define MY_VER_MINOR 51
#define MY_VER_BUILD 0
#define MY_VERSION "4.50 beta"
#define MY_7ZIP_VERSION "7-Zip 4.50 beta"
#define MY_DATE "2007-07-24"
#define MY_VERSION "4.51 beta"
#define MY_7ZIP_VERSION "7-Zip 4.51 beta"
#define MY_DATE "2007-07-25"
#define MY_COPYRIGHT "Copyright (c) 1999-2007 Igor Pavlov"
#define MY_VERSION_COPYRIGHT_DATE MY_VERSION " " MY_COPYRIGHT " " MY_DATE

View File

@@ -2,7 +2,7 @@
;Defines
!define VERSION_MAJOR 4
!define VERSION_MINOR 50
!define VERSION_MINOR 51
!define VERSION_POSTFIX_FULL " beta"
!ifdef WIN64
!ifdef IA64

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?define VerMajor = "4" ?>
<?define VerMinor = "50" ?>
<?define VerMinor = "51" ?>
<?define VerBuild = "00" ?>
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
@@ -343,7 +343,7 @@
<ComponentRef Id="InstallRegAppPath" />
</Feature>
<Feature Id="LanguageFiles" Title="Localization files" Description="Localization files for 63 languages."
<Feature Id="LanguageFiles" Title="Localization files" Description="Localization files for 71 languages."
Level="1" AllowAdvertise="no">
<ComponentRef Id="Lang" />
</Feature>

View File

@@ -1,4 +1,4 @@
7-Zip 4.50 Sources
7-Zip 4.51 Sources
------------------
7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP/Vista.