Version 4.2.2.

This commit is contained in:
Nathan Moin Vaziri 2026-06-30 09:44:28 -07:00
parent 131d59ba39
commit 7b2387161c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
cmake_minimum_required(VERSION 3.13)
# Library version
set(VERSION "4.2.1")
set(VERSION "4.2.2")
# API version
set(SOVERSION "4")

4
mz.h
View file

@ -14,8 +14,8 @@
/***************************************************************************/
/* MZ_VERSION */
#define MZ_VERSION ("4.2.1")
#define MZ_VERSION_BUILD (0x040201)
#define MZ_VERSION ("4.2.2")
#define MZ_VERSION_BUILD (0x040202)
/* MZ_ERROR */
#define MZ_OK (0) /* zlib */