Skip to content

Commit

Permalink
Version 2.10.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 13, 2020
1 parent 215a7a8 commit 123c49e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif()
enable_language(C)

# Minizip library version
set(VERSION "2.10.4")
set(VERSION "2.10.5")

# Minizip api version
set(SOVERSION "2.5")
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 2.10.4
# minizip 2.10.5

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

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

/* MZ_VERSION */
#define MZ_VERSION ("2.10.4")
#define MZ_VERSION ("2.10.5")
#define MZ_VERSION_BUILD (21005)

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

0 comments on commit 123c49e

Please sign in to comment.