From 4f670cc7d7ad3a7a27ac3ed5e6c5ddf20956654b Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Thu, 26 Oct 2023 10:06:19 -0700 Subject: [PATCH] Version 4.0.2. --- CMakeLists.txt | 2 +- mz.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e98f1c5a..0063f9a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.13) # Library version -set(VERSION "4.0.1") +set(VERSION "4.0.2") # API version set(SOVERSION "4") diff --git a/mz.h b/mz.h index 8ea29e86..98d8477a 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("4.0.1") -#define MZ_VERSION_BUILD (040001) +#define MZ_VERSION ("4.0.2") +#define MZ_VERSION_BUILD (040002) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */