Version 2.10.2.

This commit is contained in:
Nathan Moinvaziri 2020-10-25 15:54:05 -07:00
parent e5f884117d
commit 6544b8d02a
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ endif()
enable_language(C)
# Minizip library version
set(VERSION "2.10.1")
set(VERSION "2.10.2")
# Minizip api version
set(SOVERSION "2.5")

View File

@ -1,4 +1,4 @@
# minizip 2.10.1
# minizip 2.10.2
minizip is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.