Skip to content

Commit a1f568d

Browse files
committed
Version 4.0.0.
1 parent e54c61a commit a1f568d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
cmake_minimum_required(VERSION 3.13)
99

1010
# Library version
11-
set(VERSION "3.0.10")
11+
set(VERSION "4.0.0")
1212
# API version
13-
set(SOVERSION "3")
13+
set(SOVERSION "4")
1414

1515
project(minizip-ng
1616
VERSION ${VERSION}

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 ("3.0.10")
18-
#define MZ_VERSION_BUILD (03000a)
17+
#define MZ_VERSION ("4.0.0")
18+
#define MZ_VERSION_BUILD (040000)
1919

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

0 commit comments

Comments
 (0)