From 47b8449fec2c7a575a506ecbe6399ad0603b5992 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Wed, 27 Apr 2022 11:16:33 -0700 Subject: [PATCH] Version 3.0.6. --- CMakeLists.txt | 2 +- README.md | 2 +- mz.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56d6b15c..f892f1e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ endif() enable_language(C) # Library version -set(VERSION "3.0.5") +set(VERSION "3.0.6") # API version set(SOVERSION "3") diff --git a/README.md b/README.md index d79c15fb..c093966d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# minizip-ng 3.0.5 +# minizip-ng 3.0.6 minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux. diff --git a/mz.h b/mz.h index bcebe08a..8db4c276 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("3.0.5") -#define MZ_VERSION_BUILD (030005) +#define MZ_VERSION ("3.0.6") +#define MZ_VERSION_BUILD (030006) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */