Skip to content

Commit 2aa6216

Browse files
Creating a new release
1 parent 7a5ff0a commit 2aa6216

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/StormLib.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************/
22
/* StormLib.h Copyright (c) Ladislav Zezula 1999-2025 */
33
/*---------------------------------------------------------------------------*/
4-
/* StormLib library v 9.30 */
4+
/* StormLib library v 9.31 */
55
/* */
66
/* Author : Ladislav Zezula */
77
/* E-mail : ladik@zezula.net */
@@ -144,8 +144,8 @@ extern "C" {
144144
//-----------------------------------------------------------------------------
145145
// Defines
146146

147-
#define STORMLIB_VERSION 0x091E // Current version of StormLib
148-
#define STORMLIB_VERSION_STRING "9.30" // Current version of StormLib as string
147+
#define STORMLIB_VERSION 0x091F // Current version of StormLib
148+
#define STORMLIB_VERSION_STRING "9.31" // Current version of StormLib as string
149149

150150
#define ID_MPQ 0x1A51504D // MPQ archive header ID ('MPQ\x1A')
151151
#define ID_MPQ_USERDATA 0x1B51504D // MPQ userdata entry ('MPQ\x1B')

test/StormTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3962,7 +3962,7 @@ static void Test_PlayingSpace()
39623962
DWORD dwFileSize = 529298;
39633963
DWORD dwBytesRead = 0;
39643964

3965-
if(SFileOpenArchive(_T("e:\\Legion_TD_11_2d-BETA_2_TeamOZE.w3x"), 0, 0, &hMpq))
3965+
if(SFileOpenArchive(_T("e:\\Ladik\\Incoming\\31525686D3A39C6B5CA4B2979367B809.w3x"), 0, 0, &hMpq))
39663966
{
39673967
if(SFileOpenFileEx(hMpq, "(listfile)", 0, &hFile))
39683968
{

0 commit comments

Comments
 (0)