From 55db144e03027b43263e5ebcb599bf0878ba58de Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Wed, 8 Jan 2025 10:12:15 -0800 Subject: [PATCH] Version 4.0.8. --- CMakeLists.txt | 2 +- mz.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc775c46..c684e3e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.7") +set(VERSION "4.0.8") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index ca48bd24..9ceaef80 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.7") -#define MZ_VERSION_BUILD (0x040007) +#define MZ_VERSION ("4.0.8") +#define MZ_VERSION_BUILD (0x040008) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */