diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-06-09 18:39:16 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-06-09 18:39:16 +0200 |
commit | 1efbd794e414b1ecd3e41b97e21c411f53c33caf (patch) | |
tree | a6043e1f6cb56b5471ca281c5742706d0dd8d38f /src/StormLib.h | |
parent | 44362ca0a07a6930ce8124dfb95b8fb1a9849644 (diff) |
Bumped version to 9.26v9.26
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index e211cd8..943d968 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -143,8 +143,8 @@ extern "C" { //----------------------------------------------------------------------------- // Defines -#define STORMLIB_VERSION 0x0919 // Current version of StormLib -#define STORMLIB_VERSION_STRING "9.25" // Current version of StormLib as string +#define STORMLIB_VERSION 0x0916 // Current version of StormLib +#define STORMLIB_VERSION_STRING "9.26" // 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') |