aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZezula Ladislav <ladislav.zezula@avast.com>2017-11-10 08:58:03 +0100
committerZezula Ladislav <ladislav.zezula@avast.com>2017-11-10 08:58:03 +0100
commit375da4d9b565435a79b3d7a790a823db9f82f0a1 (patch)
tree7a7a75b594cae931c730d0f1eed9f8709784ebd5
parent66015947a90c2e161aa9eb389b1b402f7a15bb7e (diff)
+ Pre-release 9.22
-rw-r--r--src/StormLib.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index 07defcc..a0738d1 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -1,7 +1,7 @@
/*****************************************************************************/
-/* StormLib.h Copyright (c) Ladislav Zezula 1999-2010 */
+/* StormLib.h Copyright (c) Ladislav Zezula 1999-2017 */
/*---------------------------------------------------------------------------*/
-/* StormLib library v 7.02 */
+/* StormLib library v 9.22 */
/* */
/* Author : Ladislav Zezula */
/* E-mail : ladik@zezula.net */
@@ -71,7 +71,8 @@
/* 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 */
-/* 12.12.16 9.20 Lad Release 9.21 */
+/* 12.12.16 9.21 Lad Release 9.21 */
+/* 10.11.17 9.22 Lad Release 9.22 */
/*****************************************************************************/
#ifndef __STORMLIB_H__
@@ -139,8 +140,8 @@ extern "C" {
//-----------------------------------------------------------------------------
// Defines
-#define STORMLIB_VERSION 0x0915 // Current version of StormLib (9.21)
-#define STORMLIB_VERSION_STRING "9.21" // String version of StormLib version
+#define STORMLIB_VERSION 0x0916 // Current version of StormLib (9.21)
+#define STORMLIB_VERSION_STRING "9.22" // 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')