Skip to content

Commit

Permalink
Version 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Aug 4, 2023
1 parent 23945b8 commit 680d6f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.13)

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

Expand Down
4 changes: 2 additions & 2 deletions mz.h
Expand Up @@ -14,8 +14,8 @@
/***************************************************************************/

/* MZ_VERSION */
#define MZ_VERSION ("4.0.0")
#define MZ_VERSION_BUILD (040000)
#define MZ_VERSION ("4.0.1")
#define MZ_VERSION_BUILD (040001)

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

0 comments on commit 680d6f1

Please sign in to comment.