Skip to content

Commit

Permalink
migrate to miniz v3.0.2 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- committed Dec 2, 2023
1 parent 5bee91f commit 82f24c4
Show file tree
Hide file tree
Showing 12 changed files with 423 additions and 253 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)

project(zip
LANGUAGES C
VERSION "0.2.3")
VERSION "0.3.0")
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
set(CMAKE_VERBOSE_MAKEFILE ON)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## A portable (OSX/Linux/Windows/Android/iOS), simple zip library written in C

This is done by hacking awesome [miniz](https://github.com/richgel999/miniz) library and layering functions on top of the miniz v2.2.0 API.
This is done by hacking awesome [miniz](https://github.com/richgel999/miniz) library and layering functions on top of the miniz v3.0.2 API.

[![Build](https://github.com/kuba--/zip/workflows/build/badge.svg)](https://github.com/kuba--/zip/actions?query=workflow%3Abuild)

Expand Down
Loading

0 comments on commit 82f24c4

Please sign in to comment.