diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-09-28 20:18:15 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-09-28 20:18:15 +0200 |
commit | e9f51a86a7936ea85963877f0410aa4bbdfdca71 (patch) | |
tree | ba2ccff4213fcff63a163e5a7b6fc8ade255d347 | |
parent | 6c113f66819fc3a4934393cc2956036a99887e44 (diff) |
Incremented version
-rw-r--r-- | src/StormLib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index 483357b..85f5c4b 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -73,6 +73,7 @@ /* 18.09.15 9.20 Lad Release 9.20 */ /* 12.12.16 9.21 Lad Release 9.21 */ /* 10.11.17 9.22 Lad Release 9.22 */ +/* 28.09.22 9.24 Lad lcLocale -> lcFileLocale, also contains platform */ /*****************************************************************************/ #ifndef __STORMLIB_H__ @@ -142,8 +143,8 @@ extern "C" { //----------------------------------------------------------------------------- // Defines -#define STORMLIB_VERSION 0x0917 // Current version of StormLib (9.23) -#define STORMLIB_VERSION_STRING "9.23" // String version of StormLib version +#define STORMLIB_VERSION 0x0918 // Current version of StormLib (9.24) +#define STORMLIB_VERSION_STRING "9.24" // String version of StormLib version #define ID_MPQ 0x1A51504D // MPQ archive header ID ('MPQ\x1A') #define ID_MPQ_USERDATA 0x1B51504D // MPQ userdata entry ('MPQ\x1B') |