diff --git a/NEWS.md b/NEWS.md index 431bf03d..e9cc2d20 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/libdeflate.h b/libdeflate.h index 52236da3..d6c885f2 100644 --- a/libdeflate.h +++ b/libdeflate.h @@ -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