Version 3.0.8.

This commit is contained in:
Nathan Moinvaziri 2022-12-31 11:07:35 -08:00
parent 05971e04e2
commit cee6d8cbd4
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ endif()
enable_language(C)
# Library version
set(VERSION "3.0.7")
set(VERSION "3.0.8")
# API version
set(SOVERSION "3")

4
mz.h
View File

@ -14,8 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("3.0.7")
#define MZ_VERSION_BUILD (030007)
#define MZ_VERSION ("3.0.8")
#define MZ_VERSION_BUILD (030008)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */