diff options
author | unknown <E:\Ladik\Mail> | 2015-09-18 08:25:22 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-09-18 08:25:22 +0200 |
commit | bd12a6d900f5ab989110478a52bfa10206c411e3 (patch) | |
tree | da8f1b85b993c94d2d5d95e0ac65cc83523450ae /src/StormLib.h | |
parent | ac9921d6694731c1935f6a8991121e2c90bde20a (diff) |
+ Release 9.20v9.20
Diffstat (limited to 'src/StormLib.h')
-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 fb32b8b..0f0f2a5 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -70,6 +70,7 @@ /* 04.12.13 9.00 Lad Unit tests, bug fixes */ /* 27.08.14 9.10 Lad Signing archives with weak digital signature */ /* 25.11.14 9.11 Lad Fixed bug reading & creating HET table */ +/* 18.09.15 9.20 Lad Release 9.20 */ /*****************************************************************************/ #ifndef __STORMLIB_H__ @@ -134,8 +135,8 @@ extern "C" { //----------------------------------------------------------------------------- // Defines -#define STORMLIB_VERSION 0x090B // Current version of StormLib (9.11) -#define STORMLIB_VERSION_STRING "9.11" // String version of StormLib version +#define STORMLIB_VERSION 0x0914 // Current version of StormLib (9.20) +#define STORMLIB_VERSION_STRING "9.20" // 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') |