Version 4.0.7.

This commit is contained in:
Nathan Moinvaziri 2024-06-15 09:21:44 -07:00
parent bfc8f6c9e1
commit fe5fedc365
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.6")
set(VERSION "4.0.7")
# API version
set(SOVERSION "4")

4
mz.h
View File

@ -14,8 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("4.0.6")
#define MZ_VERSION_BUILD (0x040006)
#define MZ_VERSION ("4.0.7")
#define MZ_VERSION_BUILD (0x040007)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */