Skip to content

Commit

Permalink
Version 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed May 19, 2023
1 parent e54c61a commit a1f568d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -8,9 +8,9 @@
cmake_minimum_required(VERSION 3.13)

# Library version
set(VERSION "3.0.10")
set(VERSION "4.0.0")
# API version
set(SOVERSION "3")
set(SOVERSION "4")

project(minizip-ng
VERSION ${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions mz.h
Expand Up @@ -14,8 +14,8 @@
/***************************************************************************/

/* MZ_VERSION */
#define MZ_VERSION ("3.0.10")
#define MZ_VERSION_BUILD (03000a)
#define MZ_VERSION ("4.0.0")
#define MZ_VERSION_BUILD (040000)

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

0 comments on commit a1f568d

Please sign in to comment.