mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Version 2.10.3.
This commit is contained in:
parent
7b54b74435
commit
8642018342
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ endif()
|
|||
enable_language(C)
|
||||
|
||||
# Minizip library version
|
||||
set(VERSION "2.10.2")
|
||||
set(VERSION "2.10.3")
|
||||
|
||||
# Minizip api version
|
||||
set(SOVERSION "2.5")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# minizip 2.10.2
|
||||
# minizip 2.10.3
|
||||
|
||||
minizip is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.
|
||||
|
||||
|
|
|
|||
2
mz.h
2
mz.h
|
|
@ -14,7 +14,7 @@
|
|||
/***************************************************************************/
|
||||
|
||||
/* MZ_VERSION */
|
||||
#define MZ_VERSION ("2.10.1")
|
||||
#define MZ_VERSION ("2.10.3")
|
||||
|
||||
/* MZ_ERROR */
|
||||
#define MZ_OK (0) /* zlib */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue