From 3107ae1f7e6150edc65ae1225709abcc41fd065c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 28 Dec 2019 13:20:50 -0600 Subject: [PATCH] v1.5 --- NEWS | 5 +++++ libdeflate.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 50da98d..3ab9921 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 32cc375..10fb187 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