From 8d2488c481ca665f26a8b186ca9e3bcb79ba6e0b Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 9 Apr 2023 11:13:13 -0700 Subject: [PATCH] Version 3.0.10. --- CMakeLists.txt | 2 +- mz.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */