Skip to content

Commit

Permalink
Version 3.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Apr 27, 2022
1 parent a4e6591 commit 47b8449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif()
enable_language(C)

# Library version
set(VERSION "3.0.5")
set(VERSION "3.0.6")

# API version
set(SOVERSION "3")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# minizip-ng 3.0.5
# minizip-ng 3.0.6

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

Expand Down
4 changes: 2 additions & 2 deletions mz.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/***************************************************************************/

/* MZ_VERSION */
#define MZ_VERSION ("3.0.5")
#define MZ_VERSION_BUILD (030005)
#define MZ_VERSION ("3.0.6")
#define MZ_VERSION_BUILD (030006)

/* MZ_ERROR */
#define MZ_OK (0) /* zlib */
Expand Down

0 comments on commit 47b8449

Please sign in to comment.