mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Version 3.0.4.
This commit is contained in:
parent
2631b7b705
commit
95987e98b4
3 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ endif()
|
|||
enable_language(C)
|
||||
|
||||
# Library version
|
||||
set(VERSION "3.0.3")
|
||||
set(VERSION "3.0.4")
|
||||
|
||||
# API version
|
||||
set(SOVERSION "3")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# minizip-ng 3.0.3
|
||||
# minizip-ng 3.0.4
|
||||
|
||||
minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.
|
||||
|
||||
|
|
|
|||
4
mz.h
4
mz.h
|
|
@ -14,8 +14,8 @@
|
|||
/***************************************************************************/
|
||||
|
||||
/* MZ_VERSION */
|
||||
#define MZ_VERSION ("3.0.3")
|
||||
#define MZ_VERSION_BUILD (030003)
|
||||
#define MZ_VERSION ("3.0.4")
|
||||
#define MZ_VERSION_BUILD (030004)
|
||||
|
||||
/* MZ_ERROR */
|
||||
#define MZ_OK (0) /* zlib */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue