aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avg.com>2013-01-14 11:15:31 +0100
committerLadislav Zezula <ladislav.zezula@avg.com>2013-01-14 11:15:31 +0100
commit46eb01bf662c7756c59b32089cac87fd6be3a58d (patch)
tree25e2765a715cafd0f98fb990193d606fbf07dbcc /src/StormLib.h
parent3b9fc4266169d0dcc59e5754a76ceb17cb8a08bc (diff)
StormLib version raised to 8.21v8.21
Diffstat (limited to 'src/StormLib.h')
-rw-r--r--src/StormLib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index db813d3..a355eb6 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -66,6 +66,7 @@
/* 15.09.11 8.04 Lad Bug fixes, testing for Diablo III MPQs */
/* 26.04.12 8.10 Lad Support for data map, added SFileGetArchiveBitmap */
/* 29.05.12 8.20 Lad C-only interface */
+/* 14.01.13 8.21 Lad ADPCM and Huffmann (de)compression refactored */
/*****************************************************************************/
#ifndef __STORMLIB_H__
@@ -130,6 +131,9 @@ extern "C" {
//-----------------------------------------------------------------------------
// Defines
+#define STORMLIB_VERSION 0x0815 // Current version of StormLib (8.21)
+#define STORMLIB_VERSION_STRING "8.21" // 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')
@@ -264,9 +268,6 @@ extern "C" {
#define ATTRIBUTES_NAME "(attributes)" // Name of internal attributes file
#define PATCH_METADATA_NAME "(patch_metadata)"
-#define STORMLIB_VERSION 0x0814 // Current version of StormLib (8.10)
-#define STORMLIB_VERSION_STRING "8.20"
-
#define MPQ_FORMAT_VERSION_1 0 // Up to The Burning Crusade
#define MPQ_FORMAT_VERSION_2 1 // The Burning Crusade and newer
#define MPQ_FORMAT_VERSION_3 2 // WoW Cataclysm Beta