Skip to content

Commit bc93e40

Browse files
committed
Version 3.0.2.
1 parent 503bfd5 commit bc93e40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ endif()
6666
enable_language(C)
6767

6868
# Library version
69-
set(VERSION "3.0.1")
69+
set(VERSION "3.0.2")
7070

7171
# API version
7272
set(SOVERSION "3.0")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# minizip-ng 3.0.1
1+
# minizip-ng 3.0.2
22

33
minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.
44

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 ("3.0.1")
18-
#define MZ_VERSION_BUILD (030001)
17+
#define MZ_VERSION ("3.0.2")
18+
#define MZ_VERSION_BUILD (030002)
1919

2020
/* MZ_ERROR */
2121
#define MZ_OK (0) /* zlib */

0 commit comments

Comments
 (0)