Incremented version

This commit is contained in:
Ladislav Zezula
2022-09-28 20:18:15 +02:00
parent 6c113f6681
commit e9f51a86a7

View File

@@ -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')