From 2aa6216c65ce68b88c46c0e4f12a38dc94c36b7a Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 22 Nov 2025 09:03:42 +0100 Subject: Creating a new release --- src/StormLib.h | 6 +++--- test/StormTest.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/StormLib.h b/src/StormLib.h index 5e262db..005cc46 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -1,7 +1,7 @@ /*****************************************************************************/ /* StormLib.h Copyright (c) Ladislav Zezula 1999-2025 */ /*---------------------------------------------------------------------------*/ -/* StormLib library v 9.30 */ +/* StormLib library v 9.31 */ /* */ /* Author : Ladislav Zezula */ /* E-mail : ladik@zezula.net */ @@ -144,8 +144,8 @@ extern "C" { //----------------------------------------------------------------------------- // Defines -#define STORMLIB_VERSION 0x091E // Current version of StormLib -#define STORMLIB_VERSION_STRING "9.30" // Current version of StormLib as string +#define STORMLIB_VERSION 0x091F // Current version of StormLib +#define STORMLIB_VERSION_STRING "9.31" // Current version of StormLib as string #define ID_MPQ 0x1A51504D // MPQ archive header ID ('MPQ\x1A') #define ID_MPQ_USERDATA 0x1B51504D // MPQ userdata entry ('MPQ\x1B') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index ac1b2c1..c57a370 100755 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -3962,7 +3962,7 @@ static void Test_PlayingSpace() DWORD dwFileSize = 529298; DWORD dwBytesRead = 0; - if(SFileOpenArchive(_T("e:\\Legion_TD_11_2d-BETA_2_TeamOZE.w3x"), 0, 0, &hMpq)) + if(SFileOpenArchive(_T("e:\\Ladik\\Incoming\\31525686D3A39C6B5CA4B2979367B809.w3x"), 0, 0, &hMpq)) { if(SFileOpenFileEx(hMpq, "(listfile)", 0, &hFile)) { -- cgit v1.2.3