File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ endif()
6565
6666enable_language (C)
6767
68- # Minizip library version
69- set (VERSION "2.10.6 " )
68+ # Library version
69+ set (VERSION "3.0.0 " )
7070
71- # Minizip api version
72- set (SOVERSION "2.5 " )
71+ # API version
72+ set (SOVERSION "3.0 " )
7373
7474include (CheckLibraryExists)
7575include (CheckSymbolExists)
Original file line number Diff line number Diff line change 1- # minizip-ng 2.10.6
1+ # minizip-ng 3.0.0
22
33minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.
44
Original file line number Diff line number Diff line change 1414/***************************************************************************/
1515
1616/* MZ_VERSION */
17- #define MZ_VERSION ("2.10.6 ")
18- #define MZ_VERSION_BUILD (21006 )
17+ #define MZ_VERSION ("3.0.0 ")
18+ #define MZ_VERSION_BUILD (030000 )
1919
2020/* MZ_ERROR */
2121#define MZ_OK (0) /* zlib */
You can’t perform that action at this time.
0 commit comments