From 3eed562ef0ea3516db30d1c8ecb0e1b486d8cb70 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Tue, 5 Mar 2024 19:30:16 -0800 Subject: [PATCH] Version 4.0.5. --- CMakeLists.txt | 2 +- mz.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abfc0951..ba11ae49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.4") +set(VERSION "4.0.5") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index bbe41c82..22b8fdf7 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.4") -#define MZ_VERSION_BUILD (0x040004) +#define MZ_VERSION ("4.0.5") +#define MZ_VERSION_BUILD (0x040005) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */