File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88cmake_minimum_required (VERSION 3.13 )
99
1010# Library version
11- set (VERSION "4.0.10 " )
11+ set (VERSION "4.1.0 " )
1212# API version
1313set (SOVERSION "4" )
1414
@@ -646,11 +646,11 @@ endif()
646646if (MZ_COMPAT)
647647 set (SOVERSION "1" )
648648
649- list (APPEND MINIZIP_SRC
649+ list (APPEND MINIZIP_SRC
650650 compat/ioapi.c
651651 compat/unzip.c
652652 compat/zip.c)
653- list (APPEND MINIZIP_HDR
653+ list (APPEND MINIZIP_HDR
654654 compat/ioapi.h
655655 compat/unzip.h
656656 compat/zip.h)
Original file line number Diff line number Diff line change 1414/***************************************************************************/
1515
1616/* MZ_VERSION */
17- #define MZ_VERSION ("4.0.10 ")
18- #define MZ_VERSION_BUILD (0x04000A )
17+ #define MZ_VERSION ("4.1.0 ")
18+ #define MZ_VERSION_BUILD (0x040100 )
1919
2020/* MZ_ERROR */
2121#define MZ_OK (0) /* zlib */
You can’t perform that action at this time.
0 commit comments