diff --git a/NEWS b/NEWS index 50da98de..3ab99217 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 1.5: + Fixed up stdcall support on 32-bit Windows: the functions are + now exported using both suffixed and non-suffixed names, and + fixed libdeflate.h to be MSVC-compatible again. + Version 1.4: The 32-bit Windows build of libdeflate now uses the "stdcall" calling convention instead of "cdecl". If you're calling diff --git a/libdeflate.h b/libdeflate.h index 32cc3752..10fb1879 100644 --- a/libdeflate.h +++ b/libdeflate.h @@ -10,8 +10,8 @@ extern "C" { #endif #define LIBDEFLATE_VERSION_MAJOR 1 -#define LIBDEFLATE_VERSION_MINOR 4 -#define LIBDEFLATE_VERSION_STRING "1.4" +#define LIBDEFLATE_VERSION_MINOR 5 +#define LIBDEFLATE_VERSION_STRING "1.5" #include #include