diff --git a/CMakeLists.txt b/CMakeLists.txt index caad3df2..90bed54b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ endif() enable_language(C) # Library version -set(VERSION "3.0.9") +set(VERSION "3.0.10") # API version set(SOVERSION "3") diff --git a/mz.h b/mz.h index a085f24e..769a7b65 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("3.0.9") -#define MZ_VERSION_BUILD (030009) +#define MZ_VERSION ("3.0.10") +#define MZ_VERSION_BUILD (03000a) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */