Skip to content

Commit

Permalink
Version 3.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Mar 16, 2023
1 parent 2eb6305 commit db9df99
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.8")
set(VERSION "3.0.9")

# 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.8")
#define MZ_VERSION_BUILD (030008)
#define MZ_VERSION ("3.0.9")
#define MZ_VERSION_BUILD (030009)

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

0 comments on commit db9df99

Please sign in to comment.