From f3ed731e27a97e30dffe076ed5e0537daae5c1bd Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 4 May 2025 21:36:06 -0400 Subject: [PATCH] Version 4.0.10. --- CMakeLists.txt | 2 +- mz.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a69e090..213d03a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.9") +set(VERSION "4.0.10") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index 1f6b2e2..adbb560 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.9") -#define MZ_VERSION_BUILD (0x040009) +#define MZ_VERSION ("4.0.10") +#define MZ_VERSION_BUILD (0x04000A) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */