Version 3.0.5.

This commit is contained in:
Nathan Moinvaziri 2022-03-05 14:53:32 -08:00
parent fe36527157
commit f3d400e999
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

4
mz.h
View File

@ -14,8 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("3.0.4")
#define MZ_VERSION_BUILD (030004)
#define MZ_VERSION ("3.0.5")
#define MZ_VERSION_BUILD (030005)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */