Skip to content

Commit

Permalink
Version 2.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Nov 9, 2020
1 parent 7b54b74 commit 8642018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif()
enable_language(C)

# Minizip library version
set(VERSION "2.10.2")
set(VERSION "2.10.3")

# 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.2
# minizip 2.10.3

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

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

/* MZ_VERSION */
#define MZ_VERSION ("2.10.1")
#define MZ_VERSION ("2.10.3")

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

0 comments on commit 8642018

Please sign in to comment.