Version 4.0.10.

This commit is contained in:
Nathan Moinvaziri 2025-05-04 21:36:06 -04:00
parent b4ff924998
commit f3ed731e27
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.13)
# Library version
set(VERSION "4.0.9")
set(VERSION "4.0.10")
# API version
set(SOVERSION "4")

4
mz.h
View File

@ -14,8 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("4.0.9")
#define MZ_VERSION_BUILD (0x040009)
#define MZ_VERSION ("4.0.10")
#define MZ_VERSION_BUILD (0x04000A)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */