Skip to content
Merged

v1.25 #436

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# libdeflate release notes

## Version 1.25

* Fixed a build error with gcc 16.

* The libdeflate CMake package is now relocatable.

## Version 1.24

* The CMake-based build system now supports Apple Framework builds.
Expand Down
4 changes: 2 additions & 2 deletions libdeflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ extern "C" {
#endif

#define LIBDEFLATE_VERSION_MAJOR 1
#define LIBDEFLATE_VERSION_MINOR 24
#define LIBDEFLATE_VERSION_STRING "1.24"
#define LIBDEFLATE_VERSION_MINOR 25
#define LIBDEFLATE_VERSION_STRING "1.25"

/*
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause
Expand Down