Skip to content

Commit

Permalink
Updated internal zlib-ng to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 6, 2024
1 parent 24883ac commit d5dbbfb
Show file tree
Hide file tree
Showing 405 changed files with 61,799 additions and 13,911 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if(NOT DEACTIVATE_ZLIB)
message(STATUS "Using ZLIB-NG internal sources for ZLIB support.")
set(HAVE_ZLIB_NG TRUE)
add_definitions(-DZLIB_COMPAT)
set(ZLIB_NG_DIR "zlib-ng-2.0.7") # update to the actual included version
set(ZLIB_NG_DIR "zlib-ng-2.2.2") # update to the actual included version
set(ZLIB_COMPAT TRUE)
set(SKIP_INSTALL_ALL TRUE)
set(BUILD_SHARED_LIBS FALSE)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release notes for C-Blosc2
Changes from 2.15.2 to 2.15.3
=============================

#XXX version-specific blurb XXX#
* Updated internal zlib-ng to 2.2.2.


Changes from 2.15.1 to 2.15.2
Expand Down
Loading

0 comments on commit d5dbbfb

Please sign in to comment.