diff --git a/NEWS.md b/NEWS.md index ec9cc013..431bf03d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # libdeflate release notes +## Version 1.24 + +* The CMake-based build system now supports Apple Framework builds. + +* libdeflate now builds for Windows ARM64EC. + +* Made another small optimization to the x86 and ARM CRC32 code. + +* Fixed a compiler warning on certain platforms (issue #416). + ## Version 1.23 * Fixed bug introduced in 1.20 where incorrect checksums could be calculated if diff --git a/libdeflate.h b/libdeflate.h index 77a7c660..52236da3 100644 --- a/libdeflate.h +++ b/libdeflate.h @@ -13,8 +13,8 @@ extern "C" { #endif #define LIBDEFLATE_VERSION_MAJOR 1 -#define LIBDEFLATE_VERSION_MINOR 23 -#define LIBDEFLATE_VERSION_STRING "1.23" +#define LIBDEFLATE_VERSION_MINOR 24 +#define LIBDEFLATE_VERSION_STRING "1.24" /* * Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause