Skip to content

Commit 6f17da5

Browse files
committed
Version 3.0.0.
1 parent 67ffb1f commit 6f17da5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ endif()
6565

6666
enable_language(C)
6767

68-
# Minizip library version
69-
set(VERSION "2.10.6")
68+
# Library version
69+
set(VERSION "3.0.0")
7070

71-
# Minizip api version
72-
set(SOVERSION "2.5")
71+
# API version
72+
set(SOVERSION "3.0")
7373

7474
include(CheckLibraryExists)
7575
include(CheckSymbolExists)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# minizip-ng 2.10.6
1+
# minizip-ng 3.0.0
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 ("2.10.6")
18-
#define MZ_VERSION_BUILD (21006)
17+
#define MZ_VERSION ("3.0.0")
18+
#define MZ_VERSION_BUILD (030000)
1919

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

0 commit comments

Comments
 (0)