Skip to content

Commit

Permalink
Version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jan 24, 2021
1 parent 67ffb1f commit 6f17da5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ endif()

enable_language(C)

# Minizip library version
set(VERSION "2.10.6")
# Library version
set(VERSION "3.0.0")

# Minizip api version
set(SOVERSION "2.5")
# API version
set(SOVERSION "3.0")

include(CheckLibraryExists)
include(CheckSymbolExists)
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 2.10.6
# minizip-ng 3.0.0

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 ("2.10.6")
#define MZ_VERSION_BUILD (21006)
#define MZ_VERSION ("3.0.0")
#define MZ_VERSION_BUILD (030000)

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

0 comments on commit 6f17da5

Please sign in to comment.