Skip to content

Commit f3ed731

Browse files
committed
Version 4.0.10.
1 parent b4ff924 commit f3ed731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cmake_minimum_required(VERSION 3.13)
99

1010
# Library version
11-
set(VERSION "4.0.9")
11+
set(VERSION "4.0.10")
1212
# API version
1313
set(SOVERSION "4")
1414

mz.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
/***************************************************************************/
1515

1616
/* MZ_VERSION */
17-
#define MZ_VERSION ("4.0.9")
18-
#define MZ_VERSION_BUILD (0x040009)
17+
#define MZ_VERSION ("4.0.10")
18+
#define MZ_VERSION_BUILD (0x04000A)
1919

2020
/* MZ_ERROR */
2121
#define MZ_OK (0) /* zlib */

0 commit comments

Comments
 (0)