diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aa5d4e6..38a0cb28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ endif() enable_language(C) # Library version -set(VERSION "3.0.2") +set(VERSION "3.0.3") # API version set(SOVERSION "3") diff --git a/README.md b/README.md index 56a60e99..b866ff4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# minizip-ng 3.0.2 +# minizip-ng 3.0.3 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 0cf87580..5abf2380 100644 --- a/mz.h +++ b/mz.h @@ -14,8 +14,8 @@ /***************************************************************************/ /* MZ_VERSION */ -#define MZ_VERSION ("3.0.2") -#define MZ_VERSION_BUILD (030002) +#define MZ_VERSION ("3.0.3") +#define MZ_VERSION_BUILD (030003) /* MZ_ERROR */ #define MZ_OK (0) /* zlib */