Skip to content

Commit cf4b58e

Browse files
committed
Version 4.1.0.
1 parent 5a3c62c commit cf4b58e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cmake_minimum_required(VERSION 3.13)
99

1010
# Library version
11-
set(VERSION "4.0.10")
11+
set(VERSION "4.1.0")
1212
# API version
1313
set(SOVERSION "4")
1414

@@ -646,11 +646,11 @@ endif()
646646
if(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)

mz.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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 */

0 commit comments

Comments
 (0)