Skip to content

Commit

Permalink
update zstd to 1 5 6 (#97)
Browse files Browse the repository at this point in the history
* clang-tidy fixes

* cosmetic

* bump version of zstd to 1.5.6
  • Loading branch information
ptahmose authored Apr 8, 2024
1 parent 9a7503b commit 2e37398
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW) # enable new "MSVC runtime library selection" (https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html)

project(libCZI
VERSION 0.58.2
VERSION 0.58.3
HOMEPAGE_URL "https://github.com/ZEISS/libczi"
DESCRIPTION "libCZI is an Open Source Cross-Platform C++ library to read and write CZI")

Expand Down
2 changes: 1 addition & 1 deletion Src/libCZI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ else()
FetchContent_Declare(
zstd
GIT_REPOSITORY https://github.com/facebook/zstd.git
GIT_TAG "v1.5.5"
GIT_TAG "v1.5.6"
)

if(NOT zstd_POPULATED)
Expand Down
3 changes: 2 additions & 1 deletion Src/libCZI/Doc/version-history.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ version history {#version_history}
0.57.3 | [91](https://github.com/ZEISS/libczi/pull/91) | improve error-message
0.58.0 | [92](https://github.com/ZEISS/libczi/pull/92) | export a list with properties for streams-property-bag
0.58.1 | [95](https://github.com/ZEISS/libczi/pull/95) | some fixes for CziReaderWriter
0.58.2 | [95](https://github.com/ZEISS/libczi/pull/96) | small fixes for deficiencies reported by CodeQL
0.58.2 | [95](https://github.com/ZEISS/libczi/pull/96) | small fixes for deficiencies reported by CodeQL
0.58.3 | [96](https://github.com/ZEISS/libczi/pull/97) | update zstd to [version 1.5.6](https://github.com/facebook/zstd/releases/tag/v1.5.6)

0 comments on commit 2e37398

Please sign in to comment.