Skip to content

Commit 47b8449

Browse files
committed
Version 3.0.6.
1 parent a4e6591 commit 47b8449

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
@@ -69,7 +69,7 @@ endif()
6969
enable_language(C)
7070

7171
# Library version
72-
set(VERSION "3.0.5")
72+
set(VERSION "3.0.6")
7373

7474
# API version
7575
set(SOVERSION "3")

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.5
1+
# minizip-ng 3.0.6
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.5")
18-
#define MZ_VERSION_BUILD (030005)
17+
#define MZ_VERSION ("3.0.6")
18+
#define MZ_VERSION_BUILD (030006)
1919

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

0 commit comments

Comments
 (0)