Skip to content

Commit

Permalink
Version 3.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Apr 9, 2023
1 parent 5f5d899 commit 8d2488c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif()
enable_language(C)

# Library version
set(VERSION "3.0.9")
set(VERSION "3.0.10")

# API version
set(SOVERSION "3")
Expand Down
4 changes: 2 additions & 2 deletions mz.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/***************************************************************************/

/* MZ_VERSION */
#define MZ_VERSION ("3.0.9")
#define MZ_VERSION_BUILD (030009)
#define MZ_VERSION ("3.0.10")
#define MZ_VERSION_BUILD (03000a)

/* MZ_ERROR */
#define MZ_OK (0) /* zlib */
Expand Down

0 comments on commit 8d2488c

Please sign in to comment.