Version 2.10.1.

This commit is contained in:
Nathan Moinvaziri 2020-10-11 13:02:40 -07:00
parent 8c761cc6a0
commit 699bf6e886
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ endif()
enable_language(C)
# Minizip library version
set(VERSION "2.10.0")
set(VERSION "2.10.1")
# Minizip api version
set(SOVERSION "2.5")

View File

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

2
mz.h
View File

@ -14,7 +14,7 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("2.10.0")
#define MZ_VERSION ("2.10.1")
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */