diff --git a/CMakeLists.txt b/CMakeLists.txt index da2456a0..0902052f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.3") +set(VERSION "4.0.4") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index d3e99241..675cec29 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.3") -#define MZ_VERSION_BUILD (040003) +#define MZ_VERSION ("4.0.4") +#define MZ_VERSION_BUILD (040004) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */