Version 2.10.5.

This commit is contained in:
Nathan Moinvaziri 2020-12-13 14:57:11 -08:00
parent 215a7a84dc
commit 123c49e94e
3 changed files with 4 additions and 3 deletions

View File

@ -45,7 +45,7 @@ endif()
enable_language(C)
# Minizip library version
set(VERSION "2.10.4")
set(VERSION "2.10.5")
# Minizip api version
set(SOVERSION "2.5")

View File

@ -1,4 +1,4 @@
# minizip 2.10.4
# minizip 2.10.5
minizip is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.

3
mz.h
View File

@ -14,7 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("2.10.4")
#define MZ_VERSION ("2.10.5")
#define MZ_VERSION_BUILD (21005)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */