Skip to content

Commit

Permalink
Version 4.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Mar 6, 2024
1 parent 552b483 commit 3eed562
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.4")
set(VERSION "4.0.5")
# 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.4")
#define MZ_VERSION_BUILD (0x040004)
#define MZ_VERSION ("4.0.5")
#define MZ_VERSION_BUILD (0x040005)

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

0 comments on commit 3eed562

Please sign in to comment.