diff --git a/CMakeLists.txt b/CMakeLists.txt index b4dc3681..958e2091 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.5") +set(VERSION "4.0.6") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index 22b8fdf7..23522635 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.5") -#define MZ_VERSION_BUILD (0x040005) +#define MZ_VERSION ("4.0.6") +#define MZ_VERSION_BUILD (0x040006) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */