diff options
| author | Ladislav Zezula <zezula@volny.cz> | 2025-11-22 09:03:42 +0100 |
|---|---|---|
| committer | Ladislav Zezula <zezula@volny.cz> | 2025-11-22 09:03:42 +0100 |
| commit | 2aa6216c65ce68b88c46c0e4f12a38dc94c36b7a (patch) | |
| tree | 29b462d0151ae44a3c8127c7de6103f1a55b014b /src/StormLib.h | |
| parent | 7a5ff0a00f1da21c77d181f5ec27acbf9e7fe7d8 (diff) | |
Creating a new releasev9.31
Diffstat (limited to 'src/StormLib.h')
| -rw-r--r-- | src/StormLib.h | 6 |
1 files changed, 3 insertions, 3 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') |
